Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
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
Package registry
Model registry
Operate
Environments
Terraform modules
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-common
Commits
b2ae0461
There was a problem fetching the pipeline summary.
Commit
b2ae0461
authored
7 years ago
by
Andreas Dedner
Browse files
Options
Downloads
Plain Diff
Merge branch 'cherry-pick-
d5ab5050
' into 'releases/2.6'
Merge branch 'duneproject-cmake-3.1' into 'master' See merge request
!431
parents
a00c0612
2f6edf9e
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!586
Centralize CI config for 2.6 release
,
!531
Update CI for 2.6 release branch
,
!431
Merge branch 'duneproject-cmake-3.1' into 'master'
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/duneproject
+3
-1
3 additions, 1 deletion
bin/duneproject
with
3 additions
and
1 deletion
bin/duneproject
+
3
−
1
View file @
b2ae0461
...
...
@@ -384,7 +384,9 @@ R_DELIM
################## CMakeLists.txt ##################
echo
"-
$PROJECT
/CMakeLists.txt"
cat
>
"
$PROJECT
/CMakeLists.txt"
<<
M_DELIM
cmake_minimum_required(VERSION 2.8.12)
# We require version CMake version 3.1 to prevent issues
# with dune_enable_all_packages and older CMake versions.
cmake_minimum_required(VERSION 3.1)
project(
$PROJECT
CXX)
if(NOT (dune-common_DIR OR dune-common_ROOT OR
...
...
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