Skip to content

Commit

Permalink
Bump Google Benchmark version v1.{6.2 -> 7.1} in CMake FetchContent
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Feb 29, 2024
1 parent 04a5334 commit 0cdc9eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/perf_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ ELSE()
FetchContent_Declare(
googlebenchmark
DOWNLOAD_EXTRACT_TIMESTAMP FALSE
URL https://github.com/google/benchmark/archive/refs/tags/v1.6.2.tar.gz
URL_HASH MD5=14d14849e075af116143a161bc3b927b
URL https://github.com/google/benchmark/archive/refs/tags/v1.7.1.tar.gz
URL_HASH MD5=0459a6c530df9851bee6504c3e37c2e7
)
FetchContent_MakeAvailable(googlebenchmark)
list(POP_BACK CMAKE_MESSAGE_INDENT)
Expand Down

0 comments on commit 0cdc9eb

Please sign in to comment.