Do not build storage_rocksdb by default

This commit is contained in:
Johan Wikman
2017-04-20 13:12:46 +03:00
parent bda8c478e7
commit 33b809eec1
2 changed files with 5 additions and 1 deletions

View File

@ -1,2 +1,3 @@
add_subdirectory(storage_rocksdb)
#Storage RocksDB not built by default.
#add_subdirectory(storage_rocksdb)
add_subdirectory(storage_inmemory)