Based on the line
add_feature_info(MPI P4EST_ENABLE_MPI "MPI features of ${PROJECT_NAME}")
``
I tried both
-D P4EST_ENABLE_MPI=ON
-D CMAKE_P4EST_ENABLE_MPI=ON
-- The following features have been disabled:
- MPI, MPI features of P4EST
and the second one leads to all sorts of other mayhem.
So how *do* I enable MPI?