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
064c421c
Commit
064c421c
authored
5 months ago
by
Santiago Ospina De Los Ríos
Browse files
Options
Downloads
Patches
Plain Diff
Change change of policy at version 2.12 instead of 3.0
parent
0aa6b7b4
No related branches found
No related tags found
2 merge requests
!1470
Fix wrong variable name to make target hash (2.10)
,
!1355
Provide a cmake utility dune_default_include_directories
Pipeline
#74545
passed
5 months ago
Stage: .pre
Stage: test
Stage: code_quality
Stage: downstream
Pipeline: Dune Nightly Test
#74643
Pipeline: Dune Nightly Test
#74642
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/modules/DuneProject.cmake
+1
-1
1 addition, 1 deletion
cmake/modules/DuneProject.cmake
with
1 addition
and
1 deletion
cmake/modules/DuneProject.cmake
+
1
−
1
View file @
064c421c
...
...
@@ -58,7 +58,7 @@ include(Headercheck)
include
(
OverloadCompilerFlags
)
include
(
DunePolicy
)
dune_define_policy
(
DP0001 dune-common
3.0
dune_define_policy
(
DP0001 dune-common
2.12
"OLD behavior: Use global include_directories. NEW behavior: Include directories must be set on a module library target and are not set globally anymore."
)
# Macro that should be called near the beginning of the top level CMakeLists.txt.
...
...
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