From 8a946be876dce1781dea87d92b88d18e3aa03bf2 Mon Sep 17 00:00:00 2001 From: Thomas Beutlich Date: Thu, 28 Nov 2024 19:52:25 +0100 Subject: [PATCH] Prefer tagged version of Google Benchmark --- tests/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 122a713..7c2ad1c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -8,7 +8,8 @@ include(FetchContent) FetchContent_Declare( benchmark GIT_REPOSITORY https://github.com/google/benchmark.git - GIT_TAG c19cfee61e136effb05a7fc8a037b0db3b13bd4c + GIT_TAG v1.9.1 + GIT_SHALLOW TRUE ) FetchContent_Declare(