From 22af4342009b645fcc80c5404e21d0e1df3ec5ac Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sat, 30 Dec 2023 20:39:20 +0100 Subject: [PATCH] chore: update gtest to v1.14.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f477699..23b1bc4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -318,7 +318,7 @@ if(WITH_TESTS) FetchContent_Declare( googletest GIT_REPOSITORY ${GOOGLETEST_GIT_REPO} - GIT_TAG v1.13.0 + GIT_TAG v1.14.0 ) # For Windows: Prevent overriding the parent project's compiler/linker settings set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)