From cc8c6a296f48552dde4375c5b491225262b4814f Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 3 Feb 2015 09:54:49 +0100 Subject: Drop bundled zlib We're not doing a sufficient job of keeping this updated so list it as an external requirement instead. --- common/CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'common/CMakeLists.txt') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index a645aa58..16e2a35e 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -1,10 +1,3 @@ -if(USE_INCLUDED_ZLIB) - add_subdirectory(zlib) - - set(ZLIB_INCLUDE_DIRS ${CMAKE_SOURCE_DIR}/common/zlib) - set(ZLIB_LIBRARIES zlib) -endif() - add_subdirectory(os) add_subdirectory(rdr) add_subdirectory(network) @@ -19,7 +12,4 @@ add_subdirectory(rfb) if(CMAKE_COMPILER_IS_GNUCXX AND (CMAKE_SIZEOF_VOID_P MATCHES 8) AND NOT WIN32) set_target_properties(os rdr network Xregion rfb PROPERTIES COMPILE_FLAGS -fPIC) - if(USE_INCLUDED_ZLIB) - set_target_properties(zlib PROPERTIES COMPILE_FLAGS -fPIC) - endif() endif() -- cgit v1.2.3