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
6abba235
Verified
Commit
6abba235
authored
Apr 15, 2024
by
Tim Kaune
Browse files
Options
Downloads
Patches
Plain Diff
Bump CMake project version to 1.6.0
parent
67f51961
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
+2
-2
2 additions, 2 deletions
README.md
with
3 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
6abba235
...
...
@@ -23,7 +23,7 @@ set(CMAKE_MAXIMUM_SUPPORTED_VERSION 3.29)
include
(
"./cmake/HandlePolicies.cmake"
NO_POLICY_SCOPE
)
project
(
NetlibF2C VERSION 1.
5.2
LANGUAGES C
)
project
(
NetlibF2C VERSION 1.
6.0
LANGUAGES C
)
include
(
FetchContent
)
include
(
GNUInstallDirs
)
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
6abba235
...
...
@@ -158,9 +158,9 @@ include(FetchContent)
FetchContent_Declare
(
NetlibF2C
GIT_REPOSITORY
"git@gitlab.aei.uni-hannover.de:netlib/netlib-f2c.git"
GIT_TAG v1.
5.2
GIT_TAG v1.
6.0
SYSTEM
FIND_PACKAGE_ARGS 1.
5.2
CONFIG NAMES NetlibF2C
FIND_PACKAGE_ARGS 1.
6.0
CONFIG NAMES NetlibF2C
)
set
(
NetlibF2C_INCLUDE_PACKAGING TRUE
)
FetchContent_MakeAvailable
(
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