mirror of https://gitee.com/bigwinds/arangodb
fixed boost version
This commit is contained in:
parent
6cbe5e7776
commit
74cf8a0f75
|
@ -6,12 +6,6 @@
|
|||
|
||||
include(ExternalProject)
|
||||
|
||||
################################################################################
|
||||
## boost
|
||||
################################################################################
|
||||
|
||||
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/boost)
|
||||
|
||||
################################################################################
|
||||
## V8 and ICU
|
||||
################################################################################
|
||||
|
|
|
@ -762,6 +762,8 @@ endif ()
|
|||
# ZLIB_INCLUDE_DIR
|
||||
add_definitions(-DBOOST_ALL_NO_LIB=1) #disable boost autolink on windows
|
||||
add_subdirectory(3rdParty)
|
||||
|
||||
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/3rdParty/boost)
|
||||
add_definitions("-DARANGODB_BOOST_VERSION=\"${BOOST_VERSION}\"")
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in New Issue