[cmake] Compile test-parallel-ug only when MPI was found
test-parellel-ug
requires MPI and fails to compile when MPI is not available.
I've thus made its compilation conditional on MPI_FOUND
.
test-parellel-ug
requires MPI and fails to compile when MPI is not available.
I've thus made its compilation conditional on MPI_FOUND
.