From 6524cd235328bdc59c9e796353fda031cb43628f Mon Sep 17 00:00:00 2001 From: Thomas Beutlich Date: Mon, 12 Aug 2024 19:46:50 +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 e7d5f48..ca5e514 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -8,7 +8,7 @@ include(FetchContent) FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG v1.14.0 + GIT_TAG v1.15.2 ) # For Windows: Prevent overriding the parent project's compiler/linker settings