From ea96693f38cb93fecbda2b62593470884153a7c8 Mon Sep 17 00:00:00 2001 From: Sam Yates <halfflat@gmail.com> Date: Fri, 20 Dec 2019 14:10:05 +0100 Subject: [PATCH] Fix reference to old eth-cscs repo in comment. (#927) Fixes #811. --- cmake/GitSubmodule.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/GitSubmodule.cmake b/cmake/GitSubmodule.cmake index b64b6efe..ab7778f6 100644 --- a/cmake/GitSubmodule.cmake +++ b/cmake/GitSubmodule.cmake @@ -16,7 +16,7 @@ function(check_git_submodule name path) " git submodule init\n" " git submodule update\n" "Or download submodules recursively when checking out:\n" - " git clone --recursive https://github.com/eth-cscs/arbor.git\n" + " git clone --recursive https://github.com/arbor-sim/arbor.git\n" ) # if the repository was not available, and git failed, set AVAIL to false -- GitLab