diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c233f5d99..5adc7253cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)