Skip to content

Commit 0c8ec28

Browse files
author
Daniel Smith
committed
Update RocksDB version
1 parent 2b2ba10 commit 0c8ec28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/CompileRocksDB.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ if (RocksDB_FOUND)
3636
${BINARY_DIR}/librocksdb.a)
3737
else()
3838
ExternalProject_Add(rocksdb
39-
URL https://github.com/facebook/rocksdb/archive/v6.10.1.tar.gz
40-
URL_HASH SHA256=d573d2f15cdda883714f7e0bc87b814a8d4a53a82edde558f08f940e905541ee
39+
URL https://github.com/facebook/rocksdb/archive/v6.22.1.tar.gz
40+
URL_HASH SHA256=2df8f34a44eda182e22cf84dee7a14f17f55d305ff79c06fb3cd1e5f8831e00d
4141
CMAKE_ARGS -DUSE_RTTI=1 -DPORTABLE=${PORTABLE_ROCKSDB}
4242
-DCMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD}
4343
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}

0 commit comments

Comments
 (0)