Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit b1c1fae

Browse files
authored
Update Google test version (#151)
1 parent 55ce488 commit b1c1fae

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/proxyConfigVersion.cmake
2727
include(CTest)
2828
if (BUILD_TESTING)
2929
include(FetchContent)
30-
# gtest version release-1.11.0
30+
# gtest version release-1.15.2
3131
FetchContent_Declare(
3232
googletest
33-
URL https://github.com/google/googletest/archive/e2239ee6043f73722e7aa812a459f54a28552929.zip
33+
URL https://github.com/google/googletest/archive/b514bdc898e2951020cbdca1304b75f5950d1f59.zip
34+
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
3435
)
3536

3637
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE) # For Windows: Prevent overriding the parent project's compiler/linker settings

0 commit comments

Comments
 (0)