From c49f21c7e94f5f3f5c553e73b5cdd10c716ab253 Mon Sep 17 00:00:00 2001
From: mkirsz <s1351949@sms.ed.ac.uk>
Date: Sat, 9 Mar 2024 01:43:43 +0000
Subject: [PATCH] Update CMakeLists.txt

---
 CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f7c728f..af6a932 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -117,7 +117,7 @@ include(FetchContent)
 
 FetchContent_Declare(
     Tadah.MLIP
-    GIT_REPOSITORY git@git.ecdf.ed.ac.uk:tadah/mlip.git
+    GIT_REPOSITORY https://git.ecdf.ed.ac.uk/tadah/mlip.git
     GIT_TAG origin/main
     SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/MLIP
     PATCH_COMMAND  mkdir -p build
@@ -127,7 +127,7 @@ FetchContent_MakeAvailable(Tadah.MLIP)
 
 FetchContent_Declare(
     Tadah.LIBS
-    GIT_REPOSITORY git@git.ecdf.ed.ac.uk:tadah/libs.git
+    GIT_REPOSITORY https://git.ecdf.ed.ac.uk/tadah/libs.git
     GIT_TAG origin/main
     SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/LIBS
     PATCH_COMMAND  mkdir -p build
@@ -137,7 +137,7 @@ FetchContent_MakeAvailable(Tadah.LIBS)
 
 FetchContent_Declare(
     Tadah.HPO
-    GIT_REPOSITORY git@git.ecdf.ed.ac.uk:tadah/hpo.git
+    GIT_REPOSITORY https://git.ecdf.ed.ac.uk/tadah/hpo.git
     GIT_TAG origin/main
     SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/HPO
     PATCH_COMMAND  mkdir -p build
-- 
GitLab