We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615048c commit 1df9af8Copy full SHA for 1df9af8
cmake/modules/GoogleBenchmark.cmake
@@ -9,7 +9,7 @@ set(GBENCHMARK_LIBRARY_NAME ${CMAKE_STATIC_LIBRARY_PREFIX}benchmark${CMAKE_STATI
9
ExternalProject_Add(
10
googlebenchmark
11
GIT_REPOSITORY https://github.com/google/benchmark.git
12
- GIT_TAG v1.5.0
+ GIT_TAG v1.5.5
13
UPDATE_COMMAND ""
14
# TIMEOUT 10
15
# # Force separate output paths for debug and release builds to allow easy
0 commit comments