Remove extraneous search code

This commit is contained in:
Jeremy Rimpo
2018-04-13 00:38:24 -05:00
parent b54319ab70
commit 3fb4902245
-3
View File
@@ -10,7 +10,4 @@ SET(QT_ROOT CACHE PATH "")
# hint to find qt in dependencies path
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)
ADD_SUBDIRECTORY(src)