From f15ffee0432f57d95a119f4fc3c3acc7d2b0f266 Mon Sep 17 00:00:00 2001 From: hax0kartik Date: Tue, 14 Apr 2020 03:09:26 +0530 Subject: [PATCH] Do not include the static libvnc library --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c8332c528..9752271c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}")