mirror of
https://github.com/ceph/ceph
synced 2024-12-28 06:23:08 +00:00
Merge pull request #29930 from IlsooByun/rocksdb_ver
cmake: require RocksDB 5.14 or higher Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
2210425a68
@ -532,7 +532,7 @@ endif()
|
||||
# Rocksdb
|
||||
option(WITH_SYSTEM_ROCKSDB "require and build with system rocksdb" OFF)
|
||||
if (WITH_SYSTEM_ROCKSDB)
|
||||
find_package(RocksDB 5.8 REQUIRED)
|
||||
find_package(RocksDB 5.14 REQUIRED)
|
||||
endif()
|
||||
|
||||
option(WITH_SEASTAR "Build seastar components")
|
||||
|
Loading…
Reference in New Issue
Block a user