From af7e7ebb3f1de4b375c32b3a2abe84e9e3aa862f Mon Sep 17 00:00:00 2001 From: mcbarton Date: Thu, 3 Apr 2025 19:56:05 +0100 Subject: [PATCH] Update GoogleTest used to 1.16.0 --- cmake/modules/GoogleTest.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/GoogleTest.cmake b/cmake/modules/GoogleTest.cmake index 18a1bc81c..4fd88d565 100644 --- a/cmake/modules/GoogleTest.cmake +++ b/cmake/modules/GoogleTest.cmake @@ -31,7 +31,7 @@ ExternalProject_Add( googletest GIT_REPOSITORY https://github.com/google/googletest.git GIT_SHALLOW 1 - GIT_TAG v1.15.2 + GIT_TAG v1.16.0 UPDATE_COMMAND "" # # Force separate output paths for debug and release builds to allow easy # # identification of correct lib in subsequent TARGET_LINK_LIBRARIES commands