From 2df99083869bd6e9beb13ab57d76502263c09a92 Mon Sep 17 00:00:00 2001 From: orco Date: Thu, 1 Mar 2018 13:24:09 +0100 Subject: [PATCH] Update gtest on .gitmodules gtest sub module points to a private git repository, you need an user and password for it. This one (https://chromium.googlesource.com/external/googletest.git) is a public one and compiling with it works well. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 27f9e62c..6dfe2a2d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "gtest"] path = gtest - url = https://gitlab.doc.ic.ac.uk/jpassera/google-test-mirror.git + url = https://chromium.googlesource.com/external/googletest.git