From 9ef3ed395fa1ef77140511a2fad3ecc7d0302e1d Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sun, 29 Jan 2017 16:34:21 +0100 Subject: [PATCH] CMake: as of now, the tight sources need libjpeg, libpng alone is not enough --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 89c574d..2790e96 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -337,7 +337,6 @@ endif(JPEG_FOUND) if(PNG_FOUND) add_definitions(-DLIBVNCSERVER_HAVE_LIBPNG) include_directories(${PNG_INCLUDE_DIR}) - set(TIGHT_C ${LIBVNCSERVER_DIR}/tight.c ${COMMON_DIR}/turbojpeg.c) endif(PNG_FOUND) set(LIBVNCSERVER_SOURCES