From fd5e9811c0d2cc6cd13fa645c8a72ddb3ea67706 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Fri, 16 Dec 2016 11:42:32 +0100 Subject: [PATCH] switch address of submodule ssh -> https to avoid problems with ssh --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 596263d74..b4e9149f8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "cmake_modules/morse_cmake"] path = cmake_modules/morse_cmake - url = git@gitlab.inria.fr:solverstack/morse_cmake.git + url = https://gitlab.inria.fr/solverstack/morse_cmake.git -- GitLab