Define minimal needed boost version
This commit is contained in:
parent
007934b946
commit
11e1b89e31
@ -39,7 +39,7 @@ endmacro(ENABLE_STYLE_WARNINGS)
|
||||
##################################################
|
||||
function(ADD_BOOST)
|
||||
# Load boost libraries
|
||||
find_package(Boost 1.55.0 #TODO Which min version?
|
||||
find_package(Boost 1.56.0
|
||||
REQUIRED
|
||||
COMPONENTS ${ARGN})
|
||||
set(Boost_USE_STATIC_LIBS ON)
|
||||
|
Loading…
Reference in New Issue
Block a user