Skip to content
Snippets Groups Projects
Verified Commit d9c8536d authored by Tim Kaune's avatar Tim Kaune
Browse files

Switch from SSH to HTTPS git URLs for dependencies

parent c4e312cd
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ option(NetlibF2C_INCLUDE_PACKAGING "Include packaging rules for Netlib F2C" "${I
FetchContent_Declare(
LoadStaticSharedTargets
GIT_REPOSITORY "git@gitlab.aei.uni-hannover.de:cmake/loadstaticsharedtargets.git"
GIT_REPOSITORY "https://gitlab.aei.uni-hannover.de/cmake/loadstaticsharedtargets.git"
GIT_TAG v2.0.0
SYSTEM
FIND_PACKAGE_ARGS 2.0.0 CONFIG NAMES LoadStaticSharedTargets
......
......@@ -124,7 +124,7 @@ include(FetchContent)
FetchContent_Declare(
NetlibF2C
GIT_REPOSITORY "git@gitlab.aei.uni-hannover.de:netlib/netlib-f2c.git"
GIT_REPOSITORY "https://gitlab.aei.uni-hannover.de/netlib/netlib-f2c.git"
GIT_TAG v1.9.0
SYSTEM
FIND_PACKAGE_ARGS 1.9.0 CONFIG NAMES NetlibF2C
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment