Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-istl
Commits
4d52889d
Commit
4d52889d
authored
1 year ago
by
Christoph Grüninger
Browse files
Options
Downloads
Patches
Plain Diff
[cmake] Require CMake 3.16 or newer
parent
bc2a9ef5
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!548
[cmake] Require CMake 3.16 or newer
Pipeline
#65769
passed
1 year ago
Stage: .pre
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
python/CMakeLists.txt
+0
-3
0 additions, 3 deletions
python/CMakeLists.txt
with
1 addition
and
4 deletions
CMakeLists.txt
+
1
−
1
View file @
4d52889d
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file LICENSE.md in module root
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
cmake_minimum_required
(
VERSION 3.1
3
)
cmake_minimum_required
(
VERSION 3.1
6
)
project
(
dune-istl C CXX
)
# guess build tree of dune-common
...
...
This diff is collapsed.
Click to expand it.
python/CMakeLists.txt
+
0
−
3
View file @
4d52889d
...
...
@@ -7,6 +7,3 @@ dune_python_configure_bindings(
PATH
"."
CMAKE_METADATA_FLAGS DUNE_OPTS_FILE
)
if
(
POLICY CMP0087
)
cmake_policy
(
SET CMP0087 NEW
)
endif
()
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