From 47d73200966bc5e9a5450a794051526c0349e978 Mon Sep 17 00:00:00 2001 From: Zhang Ye Date: Tue, 7 Jun 2016 20:17:33 +0800 Subject: [PATCH] Update reference to gtest thirdparty module. --- .gitmodules | 2 +- thirdparty/gtest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8e9d1f3..5e41f7c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "thirdparty/gtest"] path = thirdparty/gtest - url = https://chromium.googlesource.com/external/googletest.git + url = https://github.com/google/googletest.git diff --git a/thirdparty/gtest b/thirdparty/gtest index 0476e15..0a43962 160000 --- a/thirdparty/gtest +++ b/thirdparty/gtest @@ -1 +1 @@ -Subproject commit 0476e154db5fab1721c2a0f32abf4aa773679b52 +Subproject commit 0a439623f75c029912728d80cb7f1b8b48739ca4