This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-rocksdb-v9.8.4 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit fdceda92708cf7971e1a792fa059e649661574fc Author: Aleks Lozovyuk <[email protected]> AuthorDate: Wed Dec 4 11:36:16 2024 +0300 Update rocksdb.cmake --- cmake/rocksdb.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake index 393a7204..81c3b775 100644 --- a/cmake/rocksdb.cmake +++ b/cmake/rocksdb.cmake @@ -26,8 +26,8 @@ endif() include(cmake/utils.cmake) FetchContent_DeclareGitHubWithMirror(rocksdb - facebook/rocksdb v9.7.4 - MD5=9a08feb50e017006146bcff37059096f + facebook/rocksdb v9.8.4 + MD5=c53034a14e119814a5a714d85b15eb5c ) FetchContent_GetProperties(jemalloc)
