1
0
Fork 0
mirror of https://github.com/cosmo-sims/monofonIC.git synced 2024-09-18 15:53:45 +02:00

Merged in update_genericio (pull request #41)

update genericio repository URL

Approved-by: Oliver Hahn
This commit is contained in:
Michael Bühlmann 2024-03-12 21:22:17 +00:00 committed by Oliver Hahn
commit f8af7d1469

View file

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11)
include(FetchContent)
FetchContent_Declare(
genericio
GIT_REPOSITORY https://xgitlab.cels.anl.gov/hacc/genericio.git
GIT_REPOSITORY https://git.cels.anl.gov/hacc/genericio.git
GIT_TAG master
GIT_SHALLOW YES
GIT_PROGRESS TRUE