mirror of https://gitee.com/bigwinds/arangodb
oops
This commit is contained in:
parent
8d123e33d0
commit
8499bee11e
|
@ -60,15 +60,11 @@ if (MSVC)
|
||||||
)
|
)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
if (USE_ROCKSDB)
|
set(ROCKSDB_FILES
|
||||||
set(ROCKSDB_FILES
|
Indexes/RocksDBFeature.cpp
|
||||||
Indexes/RocksDBFeature.cpp
|
Indexes/RocksDBIndex.cpp
|
||||||
Indexes/RocksDBIndex.cpp
|
Indexes/RocksDBKeyComparator.cpp
|
||||||
Indexes/RocksDBKeyComparator.cpp
|
)
|
||||||
)
|
|
||||||
else ()
|
|
||||||
set(ROCKSDB_FILES "")
|
|
||||||
endif ()
|
|
||||||
|
|
||||||
if (USE_ENTERPRISE)
|
if (USE_ENTERPRISE)
|
||||||
set(ENTERPRISE_FILES "")
|
set(ENTERPRISE_FILES "")
|
||||||
|
|
Loading…
Reference in New Issue