Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Netlib f2c
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
netlib
Netlib f2c
Commits
d9c8536d
Verified
Commit
d9c8536d
authored
2 months ago
by
Tim Kaune
Browse files
Options
Downloads
Patches
Plain Diff
Switch from SSH to HTTPS git URLs for dependencies
parent
c4e312cd
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
README.md
+1
-1
1 addition, 1 deletion
README.md
with
2 additions
and
2 deletions
CMakeLists.txt
+
1
−
1
View file @
d9c8536d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
d9c8536d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment