Skip to content

Commit

Permalink
Remove extraneous search code
Browse files Browse the repository at this point in the history
  • Loading branch information
Silarn committed Apr 13, 2018
1 parent 358e2c4 commit 8be73d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 8be73d2

Please sign in to comment.