Allow older Boost version for Travis-CI

This commit is contained in:
2017-11-06 00:44:31 -08:00
parent 1bbc8511ee
commit 8eb5e5f6ab

View File

@@ -78,7 +78,7 @@ PROPERTIES
set(Boost_USE_STATIC_LIBS ON) # only find static libs set(Boost_USE_STATIC_LIBS ON) # only find static libs
set(Boost_USE_MULTITHREADED ON) set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME OFF) set(Boost_USE_STATIC_RUNTIME OFF)
find_package(Boost 1.65.1) find_package(Boost 1.54.0)
if(Boost_FOUND) if(Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS}) include_directories(${Boost_INCLUDE_DIRS})
target_link_libraries(kraken ${Boost_LIBRARIES}) target_link_libraries(kraken ${Boost_LIBRARIES})