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 f19a1d5 commit 32d49dbCopy full SHA for 32d49db
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