Skip to content
Snippets Groups Projects

[cmake][mpi] Use correct guard MPI

Merged Timo Koch requested to merge fix/use-correct-cmake-guard-for-mpi into master
1 unresolved thread
2 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -308,7 +308,7 @@ function(dune_add_test)
endif()
# Discard all parallel tests if MPI was not found
if(NOT MPI_FOUND)
if(NOT HAVE_MPI)
set(DUNE_MAX_TEST_CORES 1)
endif()
Loading