mirror of https://gitee.com/bigwinds/arangodb
parent
61b5723185
commit
a067eb567d
|
@ -1,6 +1,8 @@
|
|||
v3.5.4 (XXXX-XX-XX)
|
||||
-------------------
|
||||
|
||||
* Fix execution ability in CentOS 6 regarding newer boost.
|
||||
|
||||
* Updated arangosync to 0.7.1.
|
||||
|
||||
|
||||
|
|
|
@ -1097,6 +1097,7 @@ set(LIB_ARANGO_IRESEARCH arango_iresearch)
|
|||
# ZLIB_LIBS
|
||||
# ZLIB_INCLUDE_DIR
|
||||
|
||||
add_definitions(-DBOOST_UUID_RANDOM_PROVIDER_FORCE_POSIX=1) #fix random provider
|
||||
add_definitions(-DBOOST_ALL_NO_LIB=1) #disable boost autolink on windows
|
||||
add_subdirectory(3rdParty)
|
||||
|
||||
|
|
Loading…
Reference in New Issue