Define minimal needed boost version

This commit is contained in:
Sebastian Messmer 2016-02-11 04:33:15 +01:00
parent 007934b946
commit 11e1b89e31
1 changed files with 1 additions and 1 deletions

View File

@ -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)