Use URL instead of git-repo

pull/3314/head
Vollstrecker 4 years ago committed by GitHub
parent c79eb87c11
commit 8043818e1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      googletest/README.md

@ -94,7 +94,8 @@ Just add to your `CMakeLists.txt`:
include (FetchContent) include (FetchContent)
FetchContent_Declare( FetchContent_Declare(
googletest 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 # For Windows: Prevent overriding the parent project's compiler/linker settings
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE) set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)

Loading…
Cancel
Save