1
0
Fork 0

fix double definition of ARANGODB_STANDALONE_ASIO

This commit is contained in:
jsteemann 2018-07-20 21:46:05 +02:00
parent 315d23d03d
commit 557a0f2fb1
1 changed files with 0 additions and 3 deletions

View File

@ -62,9 +62,6 @@ endif()
# be verbose about flags used
option(VERBOSE "be verbose about flags used" OFF)
# use standalone boost asio
add_definitions("-DARANGODB_STANDALONE_ASIO=1")
# debug synchronous replication
option(DEBUG_SYNC_REPLICATION "Enable debug code to enable synchronous replication debugging" OFF)