Advance Google Test commit #

This commit is contained in:
Serge Lamikhov-Center 2023-12-13 18:24:31 +02:00 committed by GitHub
parent 6a94d4d108
commit 4c4e774cd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,12 @@ include(FetchContent)
if(${CMAKE_VERSION} VERSION_LESS "3.24.0") if(${CMAKE_VERSION} VERSION_LESS "3.24.0")
FetchContent_Declare( FetchContent_Declare(
googletest googletest
URL https://github.com/google/googletest/archive/41fe6be7d738237d1ca53070bd6ddebb73190b58.zip URL https://github.com/google/googletest/archive/530d5c8c84.zip
) )
else() else()
FetchContent_Declare( FetchContent_Declare(
googletest googletest
URL https://github.com/google/googletest/archive/41fe6be7d738237d1ca53070bd6ddebb73190b58.zip URL https://github.com/google/googletest/archive/530d5c8c84.zip
FIND_PACKAGE_ARGS NAMES GTest FIND_PACKAGE_ARGS NAMES GTest
DOWNLOAD_EXTRACT_TIMESTAMP = TRUE DOWNLOAD_EXTRACT_TIMESTAMP = TRUE
) )