Skip to content

Commit

Permalink
Advance Google Test commit #
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1 authored Dec 13, 2023
1 parent 6a94d4d commit 4c4e774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 4c4e774

Please sign in to comment.