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
6a69dacb
Verified
Commit
6a69dacb
authored
4 months ago
by
Tim Kaune
Browse files
Options
Downloads
Patches
Plain Diff
Bump minimum required CMake version to 3.30
Remove now obsolete workaround from package config file
parent
8c06478b
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
packaging/NetlibF2CConfig.cmake.in
+0
-12
0 additions, 12 deletions
packaging/NetlibF2CConfig.cmake.in
with
1 addition
and
13 deletions
CMakeLists.txt
+
1
−
1
View file @
6a69dacb
...
...
@@ -19,7 +19,7 @@ License along with this program. If not, see
set
(
CMAKE_MAXIMUM_SUPPORTED_VERSION 3.31
)
cmake_minimum_required
(
VERSION 3.
25
...
${
CMAKE_MAXIMUM_SUPPORTED_VERSION
}
)
cmake_minimum_required
(
VERSION 3.
30
...
${
CMAKE_MAXIMUM_SUPPORTED_VERSION
}
)
project
(
NetlibF2C VERSION 1.7.1 LANGUAGES C
)
...
...
This diff is collapsed.
Click to expand it.
packaging/NetlibF2CConfig.cmake.in
+
0
−
12
View file @
6a69dacb
...
...
@@ -25,12 +25,6 @@ SOFTWARE.
@PACKAGE_INIT@
# TODO: Remove, when CMAKE_MINIMUM_REQUIRED_VERSION >= 3.29.1
# See https://gitlab.kitware.com/cmake/cmake/-/issues/25827
if (DEFINED PACKAGE_PREFIX_DIR)
set(NetlibF2C_PACKAGE_PREFIX_DIR "${PACKAGE_PREFIX_DIR}")
endif ()
cmake_minimum_required(VERSION @CMAKE_MINIMUM_REQUIRED_VERSION@...@CMAKE_MAXIMUM_SUPPORTED_VERSION@)
include(CMakeFindDependencyMacro)
...
...
@@ -49,12 +43,6 @@ set(
find_dependency(LoadStaticSharedTargets REQUIRED CONFIG)
# TODO: Remove, when CMAKE_MINIMUM_REQUIRED_VERSION >= 3.29.1
# See https://gitlab.kitware.com/cmake/cmake/-/issues/25827
if (DEFINED NetlibF2C_PACKAGE_PREFIX_DIR)
set(PACKAGE_PREFIX_DIR "${NetlibF2C_PACKAGE_PREFIX_DIR}")
endif ()
include(LoadStaticSharedTargets)
load_static_shared_targets(
...
...
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