Enforces Boost>=1.54 requirement with CMake

This commit is contained in:
Daniel J. Hofmann 2016-12-14 11:00:56 +01:00 committed by Daniel J. H
parent 4618b502ac
commit d83ab9d905

View File

@ -454,7 +454,7 @@ if(ENABLE_MASON)
else()
find_package(Boost 1.49.0 REQUIRED COMPONENTS ${BOOST_COMPONENTS})
find_package(Boost 1.54 REQUIRED COMPONENTS ${BOOST_COMPONENTS})
add_dependency_includes(${Boost_INCLUDE_DIRS})
find_package(TBB REQUIRED)