mirror of https://gitee.com/bigwinds/arangodb
unify boost version
This commit is contained in:
parent
d48a6dfb26
commit
12de7f0854
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue