Allow older Boost version for Travis-CI
This commit is contained in:
@@ -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})
|
||||||
|
|||||||
Reference in New Issue
Block a user