summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2018-03-09 18:25:48 +0100
committerLePresidente <brian.alexander.munro@gmail.com>2018-03-11 14:23:52 +0200
commita7f17c6429d3b9e272ab743f27ad6fab55585f13 (patch)
treeb957decd5e07b8fcc664415d082d5b82c6da25af
parent090d660831d0240391294500225429bc45c77399 (diff)
Don't set zlib_root
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 245626aa..9c6351f7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,6 +11,4 @@ LIST(APPEND CMAKE_PREFIX_PATH ${QT_ROOT}/lib/cmake)
FILE(GLOB_RECURSE BOOST_ROOT ${DEPENDENCIES_DIR}/boost*/project-config.jam)
GET_FILENAME_COMPONENT(BOOST_ROOT ${BOOST_ROOT} DIRECTORY)
-SET(ZLIB_ROOT ${DEPENDENCIES_DIR}/zlib)
-
ADD_SUBDIRECTORY(src)