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 af62ff3 commit 83377acCopy full SHA for 83377ac
demo/google-test/CMakeLists.txt
@@ -12,7 +12,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
12
include(FetchContent)
13
FetchContent_Declare(
14
googletest
15
- URL https://github.com/google/googletest/archive/03597a01ee50ed33e9dfd640b249b4be3799d395.zip
+ GIT_REPOSITORY https://github.com/google/googletest.git
16
+ GIT_TAG v1.17.0
17
)
18
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
19
FetchContent_MakeAvailable(googletest)
0 commit comments