From 3a2e79a055a83ac8114da702a10ae44eb08dc3ab Mon Sep 17 00:00:00 2001 From: huangxin Date: Tue, 17 Dec 2019 10:17:03 +0800 Subject: [PATCH] =?UTF-8?q?Mod=20=20aaa-12=20=E6=9B=B4=E6=8D=A2gtest?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E4=BB=93=E5=BA=93=EF=BC=8C=E5=8A=A0=E9=80=9F?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=20SOL=EF=BC=9A=20=E4=BF=AE=E6=94=B9=E4=BA=BA?= =?UTF-8?q?=EF=BC=9Ahuangxin=20=E6=A3=80=E8=A7=86=E4=BA=BA=EF=BC=9Ahuangxi?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unit_test/GoogleTest.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_test/GoogleTest.cmake b/unit_test/GoogleTest.cmake index d574054..754eb7d 100644 --- a/unit_test/GoogleTest.cmake +++ b/unit_test/GoogleTest.cmake @@ -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"