Update github mirror in CMakeLists

This commit is contained in:
Sainnhe Park 2022-08-12 21:25:31 +08:00
parent 35c715ebb1
commit 346e310c8e

View File

@ -10,7 +10,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
include(FetchContent) include(FetchContent)
fetchcontent_declare( fetchcontent_declare(
googletest googletest
URL https://archive.fastgit.org/google/googletest/archive/refs/tags/release-1.11.0.zip URL https://github.sainnhe.dev/google/googletest/archive/refs/tags/release-1.11.0.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)