diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2018-04-13 00:38:23 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jrim@rimpo.org> | 2018-04-13 00:38:23 -0500 |
| commit | 8be73d2e3b0af9cb99616d31418a0d9c74aca466 (patch) | |
| tree | 221f74cbaeea3750bd705a6a37ff8242e4cef192 /CMakeLists.txt | |
| parent | 358e2c4e741e1da38a1cf2610846d8a384432b6e (diff) | |
Remove extraneous search code
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 5d069383..0c5f58a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,5 @@ SET(DEPENDENCIES_DIR CACHE PATH "") # hint to find qt in dependencies path LIST(APPEND CMAKE_PREFIX_PATH ${QT_ROOT}/lib/cmake) LIST(APPEND CMAKE_PREFIX_PATH ${LZ4_ROOT}/dll) -FILE(GLOB_RECURSE BOOST_ROOT ${DEPENDENCIES_DIR}/boost*/project-config.jam) -GET_FILENAME_COMPONENT(BOOST_ROOT ${BOOST_ROOT} DIRECTORY) ADD_SUBDIRECTORY(src) |
