summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVollstrecker <github@vollstreckernet.de>2021-04-20 10:09:33 +0200
committerGitHub <noreply@github.com>2021-04-20 10:09:33 +0200
commit8043818e1b9417a04f16bba4553a8c05eba391c6 (patch)
tree7d7196b18f0fd54e9af6975fb7cfa0942ce87a94
parentc79eb87c11f6a69ff4f3183bb03eb89c6c9cd674 (diff)
downloadgoogletest-8043818e1b9417a04f16bba4553a8c05eba391c6.tar.gz
googletest-8043818e1b9417a04f16bba4553a8c05eba391c6.zip
Use URL instead of git-repo
-rw-r--r--googletest/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/googletest/README.md b/googletest/README.md
index 0c10b148..2454cd61 100644
--- a/googletest/README.md
+++ b/googletest/README.md
@@ -94,7 +94,8 @@ Just add to your `CMakeLists.txt`:
include (FetchContent)
FetchContent_Declare(
googletest
- GIT_REPOSITORY https://github.com/google/googletest.git
+ # Specify the commit you depend on and update it regularly.
+ URL https://github.com/google/googletest/archive/609281088cfefc76f9d0ce82e1ff6c30cc3591e5.zip
)
# For Windows: Prevent overriding the parent project's compiler/linker settings
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
OpenPOWER on IntegriCloud