From 8499bee11e63e94cf05a3b363c50e66250c94964 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Tue, 18 Oct 2016 12:01:42 +0200 Subject: [PATCH] oops --- arangod/CMakeLists.txt | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/arangod/CMakeLists.txt b/arangod/CMakeLists.txt index 99fdfffad5..488222fdb3 100644 --- a/arangod/CMakeLists.txt +++ b/arangod/CMakeLists.txt @@ -60,15 +60,11 @@ if (MSVC) ) endif () -if (USE_ROCKSDB) - set(ROCKSDB_FILES - Indexes/RocksDBFeature.cpp - Indexes/RocksDBIndex.cpp - Indexes/RocksDBKeyComparator.cpp - ) -else () - set(ROCKSDB_FILES "") -endif () +set(ROCKSDB_FILES + Indexes/RocksDBFeature.cpp + Indexes/RocksDBIndex.cpp + Indexes/RocksDBKeyComparator.cpp +) if (USE_ENTERPRISE) set(ENTERPRISE_FILES "")