]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Update Google Benchmark to v1.9.4
authorMika Lindqvist <postmaster@raasu.org>
Mon, 17 Nov 2025 08:21:36 +0000 (10:21 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 18 Nov 2025 12:08:12 +0000 (13:08 +0100)
* Require CMake 3.13

test/benchmarks/CMakeLists.txt

index 886f20e75acb9afdb51fce069e70cf7a62c49b04..79f49b1fa53959e2c5f2f9451da6495e33635692 100644 (file)
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.12)
+cmake_minimum_required(VERSION 3.13)
 
 include(FetchContent)
 
@@ -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.7.1)
+        set(GBENCHMARK_TAG v1.9.4)
     endif()
 
     FetchContent_Declare(benchmark