Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-geometry
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-geometry
Merge requests
!226
Incrase minimal required CMake version to 3.16
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Incrase minimal required CMake version to 3.16
feature/increase-required-cmake-version
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Christoph Grüninger
requested to merge
feature/increase-required-cmake-version
into
master
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
See
dune-common!1302 (merged)
for more details.
Edited
1 year ago
by
Christoph Grüninger
1
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
75006159
1 commit,
1 year ago
2 files
+
1
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
python/CMakeLists.txt
+
0
−
3
Options
@@ -7,6 +7,3 @@ dune_python_configure_bindings(
PATH
"."
CMAKE_METADATA_FLAGS DUNE_OPTS_FILE
)
if
(
POLICY CMP0087
)
cmake_policy
(
SET CMP0087 NEW
)
endif
()
Loading