mirror of https://gitee.com/bigwinds/arangodb
fix double definition of ARANGODB_STANDALONE_ASIO
This commit is contained in:
parent
315d23d03d
commit
557a0f2fb1
|
@ -62,9 +62,6 @@ endif()
|
||||||
# be verbose about flags used
|
# be verbose about flags used
|
||||||
option(VERBOSE "be verbose about flags used" OFF)
|
option(VERBOSE "be verbose about flags used" OFF)
|
||||||
|
|
||||||
# use standalone boost asio
|
|
||||||
add_definitions("-DARANGODB_STANDALONE_ASIO=1")
|
|
||||||
|
|
||||||
# debug synchronous replication
|
# debug synchronous replication
|
||||||
option(DEBUG_SYNC_REPLICATION "Enable debug code to enable synchronous replication debugging" OFF)
|
option(DEBUG_SYNC_REPLICATION "Enable debug code to enable synchronous replication debugging" OFF)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue