Skip to content
Snippets Groups Projects
Commit 85152e23 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

Merge branch 'fix/facet-cmakeguard' into 'master'

[fix][tests] fix cmake guard to ug grid instead of alu

See merge request !1711
parents fc882257 2c76fc0b
No related branches found
No related tags found
1 merge request!1711[fix][tests] fix cmake guard to ug grid instead of alu
......@@ -46,7 +46,7 @@ dune_add_test(NAME test_facetcouplingmapper_mpfa_alu
dune_add_test(NAME test_facetcouplingmapper_mpfa_ug
LABELS multidomain multidomain_facet
CMAKE_GUARD "( dune-foamgrid_FOUND AND dune-alugrid_FOUND )"
CMAKE_GUARD "( dune-foamgrid_FOUND AND dune-uggrid_FOUND )"
COMPILE_DEFINITIONS BULKGRIDTYPE=Dune::UGGrid<3>
COMPILE_DEFINITIONS USEMPFAINBULK=true
SOURCES test_facetcouplingmapper.cc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment