Skip to content

Commit 14eac2c

Browse files
authored
feat: Update google benchmark (#920)
Update google benchmark to latest version 1.9.1
1 parent c4c16fa commit 14eac2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extern/benchmark/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ message(STATUS "Building Google Benchmark as part of the Detray project")
1818

1919
# Declare where to get Google Benchmark from.
2020
set(DETRAY_BENCHMARK_SOURCE
21-
"URL;https://github.com/google/benchmark/archive/refs/tags/v1.8.3.tar.gz;URL_MD5;7b93dd03670665684f1b2e9b70ad17fe"
21+
"URL;https://github.com/google/benchmark/archive/refs/tags/v1.9.1.tar.gz;URL_MD5;92000ef8b4a7b1e9229972f8943070a7"
2222
CACHE STRING
2323
"Source for Google Benchmark, when built as part of this project"
2424
)

0 commit comments

Comments
 (0)