summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMika Lindqvist <postmaster@raasu.org>2025-11-17 10:21:36 +0200
committerHans Kristian Rosbach <hk-github@circlestorm.org>2025-11-18 13:08:12 +0100
commit4c3ef452f32a55ad4d4980f12892ed330d6ba9e6 (patch)
treec076fe19f0a1b8064d7439c63f248a6e0599f31a /test
parent2a7c40c1f0ab8ffc9fef59277ed816e66ce10395 (diff)
downloadProject-Tick-4c3ef452f32a55ad4d4980f12892ed330d6ba9e6.tar.gz
Project-Tick-4c3ef452f32a55ad4d4980f12892ed330d6ba9e6.zip
Update Google Benchmark to v1.9.4
* Require CMake 3.13
Diffstat (limited to 'test')
-rw-r--r--test/benchmarks/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/benchmarks/CMakeLists.txt b/test/benchmarks/CMakeLists.txt
index 886f20e75a..79f49b1fa5 100644
--- a/test/benchmarks/CMakeLists.txt
+++ b/test/benchmarks/CMakeLists.txt
@@ -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