]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Pin Google Benchmark to v1.7.1 to fix the upstream issue https://github.com/google...
authorVladislav Shchapov <vladislav@shchapov.ru>
Fri, 3 Feb 2023 20:06:47 +0000 (01:06 +0500)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 5 Feb 2023 16:51:07 +0000 (17:51 +0100)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
test/benchmarks/CMakeLists.txt

index cfcb360b5cc0becf51fb2c48ff322aa31b2304c7..ebc6acb78a39076e14cb6f08ef2da1b03696627a 100644 (file)
@@ -18,7 +18,7 @@ if(NOT benchmark_FOUND)
         set(GBENCHMARK_REPOSITORY https://github.com/google/benchmark.git)
     endif()
     if(NOT DEFINED GBENCHMARK_TAG)
-        set(GBENCHMARK_TAG v1.7.0)
+        set(GBENCHMARK_TAG v1.7.1)
     endif()
 
     FetchContent_Declare(benchmark