From: Mika T. Lindqvist Date: Thu, 23 Apr 2026 11:46:39 +0000 (+0300) Subject: Bump Google Benchmark to v1.9.5 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=894a8ced1b09ff22ea0b8826fcccfbb73834896f;p=thirdparty%2Fzlib-ng.git Bump Google Benchmark to v1.9.5 * Google Benchmark v1.9.4 fails to compile with recent versions of clang and Visual C++ if warnings are treated as errors --- diff --git a/test/benchmarks/CMakeLists.txt b/test/benchmarks/CMakeLists.txt index 7936dee22..bcc14efd6 100644 --- a/test/benchmarks/CMakeLists.txt +++ b/test/benchmarks/CMakeLists.txt @@ -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