Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux-lecture
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
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
dumux-repositories
dumux-lecture
Commits
178910d9
Commit
178910d9
authored
1 year ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
Fixup
parent
59b6ac23
No related branches found
No related tags found
1 merge request
!214
[cmake] Set minimum CMake requirement to 3.16
Pipeline
#37958
passed
1 year ago
Stage: trigger pipelines
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+2
-4
2 additions, 4 deletions
CMakeLists.txt
with
2 additions
and
4 deletions
CMakeLists.txt
+
2
−
4
View file @
178910d9
# SPDX-FileCopyrightInfo: Copyright © DuMux-Lecture contributors, see AUTHORS.md in root folder
# SPDX-License-Identifier: GPL-3.0-or-later
#set up project
project
(
"dumux-lecture"
C CXX
)
# general stuff
cmake_minimum_required
(
VERSION 3.16
)
project
(
"dumux-lecture"
C CXX
)
if
(
NOT
(
dune-common_DIR
OR dune-common_ROOT
OR
"
${
CMAKE_PREFIX_PATH
}
"
MATCHES
".*dune-common.*"
))
...
...
This diff is collapsed.
Click to expand it.
Timo Koch
@timok
mentioned in commit
1e96e921
·
1 year ago
mentioned in commit
1e96e921
mentioned in commit 1e96e921c33e572409e84e8934823353c3b2d2fa
Toggle commit list
Timo Koch
@timok
mentioned in merge request
!215 (merged)
·
1 year ago
mentioned in merge request
!215 (merged)
mentioned in merge request !215
Toggle commit list
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