Skip to content

Commit

Permalink
Upgraded RocksDB to 7.5 (#60) (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
dutor authored Aug 27, 2022
1 parent c305578 commit ecf3406
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions project/externals/googletest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ set(name googletest)
set(source_dir ${CMAKE_CURRENT_BINARY_DIR}/${name}/source)
ExternalProject_Add(
${name}
URL https://github.com/google/googletest/archive/refs/tags/release-1.11.0.tar.gz
URL_HASH MD5=e8a8df240b6938bb6384155d4c37d937
DOWNLOAD_NAME googletest-1.11.0.tar.gz
URL https://github.com/google/googletest/archive/refs/tags/release-1.12.1.tar.gz
URL_HASH MD5=e82199374acdfda3f425331028eb4e2a
DOWNLOAD_NAME googletest-1.12.1.tar.gz
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/${name}
TMP_DIR ${BUILD_INFO_DIR}
STAMP_DIR ${BUILD_INFO_DIR}
Expand Down
6 changes: 3 additions & 3 deletions project/externals/rocksdb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ set(name rocksdb)
set(source_dir ${CMAKE_CURRENT_BINARY_DIR}/${name}/source)
ExternalProject_Add(
${name}
URL https://github.com/facebook/rocksdb/archive/refs/tags/v6.26.1.tar.gz
URL_HASH MD5=cbccde75a7a933859262044f89ac0ec7
DOWNLOAD_NAME rocksdb-6.26.1.tar.gz
URL https://github.com/facebook/rocksdb/archive/refs/tags/v7.5.3.tar.gz
URL_HASH MD5=5195c23691906f557aaa1827291196fd
DOWNLOAD_NAME rocksdb-7.5.3.tar.gz
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/${name}
TMP_DIR ${BUILD_INFO_DIR}
STAMP_DIR ${BUILD_INFO_DIR}
Expand Down

0 comments on commit ecf3406

Please sign in to comment.