From 0696248c85baefc5e90ab953865526ee4cbeacff Mon Sep 17 00:00:00 2001 From: Thomas Beutlich Date: Wed, 21 Jan 2026 14:34:37 +0100 Subject: [PATCH] Bump benchmark --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index cd34ee7..c6f1de2 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -8,7 +8,7 @@ include(FetchContent) FetchContent_Declare( benchmark GIT_REPOSITORY https://github.com/google/benchmark.git - GIT_TAG v1.9.4 + GIT_TAG v1.9.5 GIT_SHALLOW TRUE )