Skip to content

Change Nektar++Config.cmake.in to account for MPI_CXX instead of MPI_C.

Dave Moxey requested to merge dmoxey/nektar:fix/config-mpi into master

Changes the CMake configuration so that external builds pick up on MPI_CXX variables instead of MPI_C variables, which we no longer use.

Merge request reports