From acb492bc89e49907f261636bc94c249c18ac95e8 Mon Sep 17 00:00:00 2001 From: dcheng <102439573+dcheng2022@users.noreply.github.com> Date: Wed, 7 Aug 2024 10:50:17 -0500 Subject: [PATCH] upgrade GTest to 1.15.2 --- src/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index 35154b8e..644aa9ac 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -4,7 +4,7 @@ include(FetchContent) FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG f8d7d77c06936315286eb55f8de22cd23c188571 # Release-1.14.0 + GIT_TAG b514bdc898e2951020cbdca1304b75f5950d1f59 # Release-1.15.2 ) FetchContent_MakeAvailable(googletest)