mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-19 11:14:46 +00:00
Advance Google Test commit #
This commit is contained in:
parent
6a94d4d108
commit
4c4e774cd8
@ -3,12 +3,12 @@ include(FetchContent)
|
||||
if(${CMAKE_VERSION} VERSION_LESS "3.24.0")
|
||||
FetchContent_Declare(
|
||||
googletest
|
||||
URL https://github.com/google/googletest/archive/41fe6be7d738237d1ca53070bd6ddebb73190b58.zip
|
||||
URL https://github.com/google/googletest/archive/530d5c8c84.zip
|
||||
)
|
||||
else()
|
||||
FetchContent_Declare(
|
||||
googletest
|
||||
URL https://github.com/google/googletest/archive/41fe6be7d738237d1ca53070bd6ddebb73190b58.zip
|
||||
URL https://github.com/google/googletest/archive/530d5c8c84.zip
|
||||
FIND_PACKAGE_ARGS NAMES GTest
|
||||
DOWNLOAD_EXTRACT_TIMESTAMP = TRUE
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user