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
c6d76298
Commit
c6d76298
authored
11 months ago
by
Robert K
Browse files
Options
Downloads
Patches
Plain Diff
[bugfix][Python] ENABLE_HEADERCHECK cannot be set for dune-py. It simply
fails.
parent
e547ab20
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1371
[bugfix][Python] ENABLE_HEADERCHECK cannot be set for dune-py.
Pipeline
#70607
passed
11 months ago
Stage: .pre
Stage: test
Stage: code_quality
Stage: downstream
Pipeline: Dune Nightly Test
#70632
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python/dune/generator/template/CMakeLists.txt.template
+2
-1
2 additions, 1 deletion
python/dune/generator/template/CMakeLists.txt.template
with
2 additions
and
1 deletion
python/dune/generator/template/CMakeLists.txt.template
+
2
−
1
View file @
c6d76298
...
...
@@ -28,7 +28,8 @@ set({{ mod }}_DIR {{ dir }})
{%- endfor %}
{% for flag, value in cmake_flags.items() -%}
{% if flag != "" %}
# ENABLE_HEADERCHECK cannot be set in dune-py since this will simply not work
{% if flag != "" and flag != "ENABLE_HEADERCHECK" %}
# boolean flags need to be forced to be written to the cache
# otherwise they will be overwritten by the default from dune-common
{% if value == True %}
...
...
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