From 45f4c49fefdca62dfda47c93a4e8352b6a007982 Mon Sep 17 00:00:00 2001 From: Florian Uhlig <f.uhlig@gsi.de> Date: Tue, 13 Jul 2021 09:47:17 +0200 Subject: [PATCH] Use copy of NicaFemto from our GitLab server Since problems with the JINR GitLab server a copy of the NicaFemto repository was installed on git.cbm.gsi.de. Use the NicaFemto code from there. --- external/InstallNicaFemto.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/InstallNicaFemto.cmake b/external/InstallNicaFemto.cmake index dfa5714cf6..5462dd136c 100644 --- a/external/InstallNicaFemto.cmake +++ b/external/InstallNicaFemto.cmake @@ -1,6 +1,6 @@ set(NICAFEMTO_VERSION 0350ba6a6c4548d5a5b880d8698c25446525723c) -set(NICAFEMTO_SRC_URL "https://git.jinr.ru/nica/nicafemto.git") +set(NICAFEMTO_SRC_URL "https://git.cbm.gsi.de/f.uhlig/nicafemto.git") set(NICAFEMTO_DESTDIR "${CMAKE_BINARY_DIR}/external/NICAFEMTO-prefix") set(JSROOT_SRC_URL "https://github.com/root-project/jsroot.git") set(JSROOT_VERSION "5.7.1") -- GitLab