We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2440c3 commit de346d6Copy full SHA for de346d6
tests/CMakeLists.txt
@@ -4,7 +4,8 @@ if(NOT GTest_FOUND)
4
include(FetchContent)
5
FetchContent_Declare(
6
googletest
7
- URL https://github.com/google/googletest/archive/03597a01ee50ed33e9dfd640b249b4be3799d395.zip
+ GIT_REPOSITORY https://github.com/google/googletest.git
8
+ GIT_TAG v1.17.0
9
)
10
# For Windows: Prevent overriding the parent project's compiler/linker settings
11
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
0 commit comments