aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a6b3b2029e..09297ba560 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1230,16 +1230,11 @@ else()
# non-empty value, be sure to clear it when not found.
set(LIBXML2_LIBRARIES "")
endif()
-
if (HAVE_LIBWINSPARKLE)
set(HAVE_SOFTWARE_UPDATE 1)
endif()
-
if(HAVE_LIBZLIB)
set(HAVE_ZLIB 1)
- # Always include the "true" zlib includes first. This works around a
- # bug in the Windows setup of GTK[23] which has a faulty zconf.h.
- include_directories(BEFORE ${ZLIB_INCLUDE_DIRS})
endif()
if(HAVE_LIBLZ4)
set(HAVE_LZ4 1)