Skip to content

[cmake] Compile test-parallel-ug only when MPI was found

Felix Gruber requested to merge bugfix/non-mpi-build into master

test-parellel-ug requires MPI and fails to compile when MPI is not available.

I've thus made its compilation conditional on MPI_FOUND.

Merge request reports