summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2018-03-09 18:25:48 +0100
committerGitHub <noreply@github.com>2018-03-09 18:25:48 +0100
commitd7e6adb3def695daf56d6243d08845c49b63e197 (patch)
tree9e75f93a027a65c2a8eb7e8dff7cefa2fd1b94b1 /CMakeLists.txt
parent5b565b56340adbadbab2ad3d3c3d7112c6b2b34c (diff)
Don't set zlib_root
Diffstat (limited to 'CMakeLists.txt')
-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)