]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Bump Google Benchmark to v1.9.5
authorMika T. Lindqvist <postmaster@raasu.org>
Thu, 23 Apr 2026 11:46:39 +0000 (14:46 +0300)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 24 Apr 2026 10:15:48 +0000 (12:15 +0200)
* Google Benchmark v1.9.4 fails to compile with recent versions of clang and Visual C++ if warnings are treated as errors

test/benchmarks/CMakeLists.txt

index 7936dee227ba8d1a028c0cb5cbe0d20575ac9f5e..bcc14efd6b166f7e07276d1de12b0378b5bd78bb 100644 (file)
@@ -23,7 +23,7 @@ if(NOT benchmark_FOUND)
         set(GBENCHMARK_REPOSITORY https://github.com/google/benchmark.git)
     endif()
     if(NOT DEFINED GBENCHMARK_TAG)
-        set(GBENCHMARK_TAG v1.9.4)
+        set(GBENCHMARK_TAG v1.9.5)
     endif()
 
     FetchContent_Declare(benchmark