Skip to content

[test][ug] Fix cmake guard

Timo Koch requested to merge fix/test-ug-guard into master

The syntax for this was wrong (should be "( COND1 AND COND2 )" (with parenthesis, quotes, and spaces) and the check for MPI shouldn't be necessary as dune_add_test handles the case. Moreover, the consistent flag would have been HAVE_MPI.

Edited by Timo Koch

Merge request reports