Re-allow usage of boost 1.56 since we don't use boost::futures anymore
This commit is contained in:
parent
3aa8b74fd9
commit
8a92936765
@ -58,7 +58,7 @@ function(target_add_boost TARGET)
|
||||
set(Boost_USE_STATIC_LIBS OFF)
|
||||
endif(NOT DEFINED Boost_USE_STATIC_LIBS OR Boost_USE_STATIC_LIBS)
|
||||
set(BOOST_THREAD_VERSION 4)
|
||||
find_package(Boost 1.58.0
|
||||
find_package(Boost 1.56.0
|
||||
REQUIRED
|
||||
COMPONENTS ${ARGN})
|
||||
target_include_directories(${TARGET} SYSTEM PUBLIC ${Boost_INCLUDE_DIRS})
|
||||
|
Loading…
x
Reference in New Issue
Block a user