1
0
Fork 0

unify boost version

This commit is contained in:
jsteemann 2017-01-05 11:03:38 +01:00
parent d48a6dfb26
commit 12de7f0854
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ project(boost)
set(boost_version "1.62.0")
set(boost_src "${CMAKE_CURRENT_SOURCE_DIR}/${boost_version}")
#find_package(Boost 1.61.0 EXACT COMPONENTS system)
#find_package(Boost 1.62.0 EXACT COMPONENTS system)
#if(Boost_FOUND)
option(USE_BOOST_UNITTESTS "use boost unit-tests" ON)
if(false) #for now we do not use the system's boost but our own instead!