Do not include the static libvnc library

This commit is contained in:
hax0kartik 2020-04-14 03:09:26 +05:30
parent 640dfdd4a0
commit f15ffee043
1 changed files with 1 additions and 1 deletions

View File

@ -684,7 +684,7 @@ if(NOT ZM_NO_LIBVNC)
find_library(LIBVNC_LIBRARIES vncclient)
if(LIBVNC_LIBRARIES)
set(HAVE_LIBVNC 1)
# list(APPEND ZM_BIN_LIBS "${LIBVNC_LIBRARIES}")
#list(APPEND ZM_BIN_LIBS "${LIBVNC_LIBRARIES}")
find_path(LIBVNC_INCLUDE_DIR "rfb/rfb.h")
if(LIBVNC_INCLUDE_DIR)
include_directories("${LIBVNC_INCLUDE_DIR}")