We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7585b commit e79457bCopy full SHA for e79457b
1 file changed
benchmarks/CMakeLists.txt
@@ -7,7 +7,7 @@ include(FetchContent)
7
FetchContent_Declare(
8
GoogleBenchmark
9
GIT_REPOSITORY https://github.com/google/benchmark.git
10
- GIT_TAG v1.8.3 # Using a specific tag ensures stability
+ GIT_TAG v1.9.5 # Using a specific tag ensures stability
11
)
12
13
# Disable building of Google Benchmark's own internal tests. We only need the library.
0 commit comments