From b8699cbe459e2f473e3492d58dfc55ea61c13755 Mon Sep 17 00:00:00 2001 From: Mingxin Wang Date: Thu, 8 Aug 2024 17:41:38 +0800 Subject: [PATCH] Update Google test version --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5201ef37..202c2ebe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,10 +27,11 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/proxyConfigVersion.cmake include(CTest) if (BUILD_TESTING) include(FetchContent) - # gtest version release-1.11.0 + # gtest version release-1.15.2 FetchContent_Declare( googletest - URL https://github.com/google/googletest/archive/e2239ee6043f73722e7aa812a459f54a28552929.zip + URL https://github.com/google/googletest/archive/b514bdc898e2951020cbdca1304b75f5950d1f59.zip + DOWNLOAD_EXTRACT_TIMESTAMP TRUE ) set(gtest_force_shared_crt ON CACHE BOOL "" FORCE) # For Windows: Prevent overriding the parent project's compiler/linker settings