From c3ff1f786dab75e1f7bd522f4c3da7edc21ee920 Mon Sep 17 00:00:00 2001 From: Thomas Beutlich Date: Fri, 2 May 2025 07:28:23 +0200 Subject: [PATCH] Bump googletest --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 2b95d4e..5311529 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -15,7 +15,7 @@ FetchContent_Declare( FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG v1.16.0 + GIT_TAG v1.17.0 GIT_SHALLOW TRUE )