Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
77
Issue boards
Milestones
Wiki
Code
Merge requests
77
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Merge requests
!2522
[test][gridmanager] add missing cmake guard
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[test][gridmanager] add missing cmake guard
fix/pnm-cmake-guards
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Dennis Gläser
requested to merge
fix/pnm-cmake-guards
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
0258fcc8
1 commit,
3 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
test/io/gridmanager/CMakeLists.txt
+
1
−
1
Options
@@ -386,4 +386,4 @@ dumux_add_test(NAME test_pnm_gridmanager_remove_throats_on_boundary_all
dumux_add_test
(
SOURCES test_pnm_subgriddata.cc
LABELS unit io porenetwork
CMAKE_GUARD dune-foamgrid_FOUND
)
CMAKE_GUARD
"(
dune-foamgrid_FOUND
AND dune-subgrid_FOUND )"
)
Loading