diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2018-03-09 18:12:58 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-09 18:12:58 -0600 |
| commit | 30a9f61d6df88716a1c6585859ae130e7af427e3 (patch) | |
| tree | fcd6144bcbc562a1a1f981d5f0b4f3b9003ad555 /CMakeLists.txt | |
| parent | c7f660e061f92901b80558c2bfe7640944fc1840 (diff) | |
| parent | f7ab05767c88dd04dc60fc3a687ffe6d4328e444 (diff) | |
Merge pull request #266 from SuperSandro2000/Develop
Don't set zlib_root
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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) |
