Mod aaa-12 更换gtest镜像仓库,加速下载

SOL:
修改人:huangxin
检视人:huangxin
This commit is contained in:
huangxin 2019-12-17 10:17:03 +08:00
parent eb5ab12e47
commit 3a2e79a055
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ project(googletest-download NONE)
include(ExternalProject)
ExternalProject_Add(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_REPOSITORY https://gitee.com/xajhuang/googletest.git
GIT_TAG master
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build"