Bump rocksdb to v6.23.3

This commit is contained in:
Robert Schulze 2024-07-03 19:27:25 +00:00
parent 632f292fd1
commit 1d8389ddee
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A
2 changed files with 3 additions and 3 deletions

2
contrib/rocksdb vendored

@ -1 +1 @@
Subproject commit 3a0b80ca9d6eebb38fad7ea3f41dfc9db4f6a984
Subproject commit 078fa5638690004e1f744076d1bdcc4e93767304

View File

@ -1,7 +1,7 @@
option (ENABLE_ROCKSDB "Enable rocksdb library" ${ENABLE_LIBRARIES})
option (ENABLE_ROCKSDB "Enable RocksDB" ${ENABLE_LIBRARIES})
if (NOT ENABLE_ROCKSDB)
message (STATUS "Not using rocksdb")
message (STATUS "Not using RocksDB")
return()
endif()