Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
e9081911
Commit
e9081911
authored
Mar 12, 2021
by
Timo Koch
Browse files
Merge branch 'fix/pnm-cmake-guards' into 'master'
[test][gridmanager] add missing cmake guard See merge request
!2522
parents
75c43d4b
0258fcc8
Changes
1
Show whitespace changes
Inline
Side-by-side
test/io/gridmanager/CMakeLists.txt
View file @
e9081911
...
@@ -386,4 +386,4 @@ dumux_add_test(NAME test_pnm_gridmanager_remove_throats_on_boundary_all
...
@@ -386,4 +386,4 @@ dumux_add_test(NAME test_pnm_gridmanager_remove_throats_on_boundary_all
dumux_add_test
(
SOURCES test_pnm_subgriddata.cc
dumux_add_test
(
SOURCES test_pnm_subgriddata.cc
LABELS unit io porenetwork
LABELS unit io porenetwork
CMAKE_GUARD dune-foamgrid_FOUND
)
CMAKE_GUARD
"(
dune-foamgrid_FOUND
AND dune-subgrid_FOUND )"
)
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment