From a9ae4cf77e2e9cf8ff2026251157f07bcfc32c65 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sat, 25 Mar 2017 07:12:28 +0100 Subject: [PATCH] [DEV] set relative submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8b5b762..37829ff 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "googletest"] path = googletest - url = https://github.com/generic-library/googletest.git + url = ../googletest.git