1
0
Fork 0

fixed boost version

This commit is contained in:
Frank Celler 2017-03-23 21:25:54 +01:00
parent 6cbe5e7776
commit 74cf8a0f75
2 changed files with 2 additions and 6 deletions

View File

@ -6,12 +6,6 @@
include(ExternalProject)
################################################################################
## boost
################################################################################
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/boost)
################################################################################
## V8 and ICU
################################################################################

View File

@ -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}\"")
################################################################################