Skip to content

[cmake] disable all parallel tests when MPI wasn't found

Felix Gruber requested to merge bugfix/disable-parallel-tests-without-MPI into master

When CMake didn't find MPI, all unit tests using MPI should be disabled to prevent them from failing to compile.

Merge request reports