From 557a0f2fb1a942c6e8a19a3d3086aec29b20abea Mon Sep 17 00:00:00 2001 From: jsteemann Date: Fri, 20 Jul 2018 21:46:05 +0200 Subject: [PATCH] fix double definition of ARANGODB_STANDALONE_ASIO --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) 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)