make minimum boost required 1.35.0 to match README

stl_dim
don bright 2011-11-05 05:50:30 +01:00
parent 2b17825b5b
commit 167975c4ff
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ endif()
if(BOOST_ROOT)
set(Boost_NO_SYSTEM_PATHS TRUE)
set(Boost_ADDITIONAL_VERSIONS "1.47.0")
find_package( Boost 1.36.0 COMPONENTS thread program_options )
find_package( Boost 1.35.0 COMPONENTS thread program_options )
if(Boost_FOUND)
message(STATUS "Boost includes found: " ${Boost_INCLUDE_DIRS})
message(STATUS "Boost libraries found:")