From db8ad34fd96c21a03051ffdf87a9e7fb8aa88030 Mon Sep 17 00:00:00 2001 From: Stephane Janel Date: Fri, 5 Apr 2024 09:46:50 +0200 Subject: [PATCH] Bump GTest version --- test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index caddfe6..cb372d1 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -10,7 +10,7 @@ if (NOT GTest_FOUND) FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG release-1.11.0 + GIT_TAG v1.14.0 ) # For Windows: Prevent overriding the parent project's compiler/linker settings @@ -54,4 +54,4 @@ add_unit_test( add_unit_test( sets_test sets_test.cpp -) \ No newline at end of file +)