Skip to content

Commit 1d8389d

Browse files
committed
Bump rocksdb to v6.23.3
1 parent 632f292 commit 1d8389d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

contrib/rocksdb

contrib/rocksdb-cmake/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
option (ENABLE_ROCKSDB "Enable rocksdb library" ${ENABLE_LIBRARIES})
1+
option (ENABLE_ROCKSDB "Enable RocksDB" ${ENABLE_LIBRARIES})
22

33
if (NOT ENABLE_ROCKSDB)
4-
message (STATUS "Not using rocksdb")
4+
message (STATUS "Not using RocksDB")
55
return()
66
endif()
77

0 commit comments

Comments
 (0)