From 15dd6470c552c7c8c112f0f78bde414b9f6a2714 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Mon, 30 May 2016 15:35:43 +0200 Subject: [PATCH] CMake: Add maybe-found OpenSSL libs to libvncclient. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 05892ff..12367ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -293,6 +293,7 @@ target_link_libraries(vncclient ${ZLIB_LIBRARIES} ${JPEG_LIBRARIES} ${GNUTLS_LIBRARIES} + ${OPENSSL_LIBRARIES} ) target_link_libraries(vncserver ${ADDITIONAL_LIBS}