Skip to content
Snippets Groups Projects
Commit db5a2d3a authored by Tobias Leibner's avatar Tobias Leibner
Browse files

Fix HAVE_MPI undefined warnings (with -Wundef flag)

parent 2cc79419
Branches
Tags
1 merge request!992Fix HAVE_MPI undefined warnings (with -Wundef flag)
......@@ -48,7 +48,7 @@
#cmakedefine HAVE_MPI ENABLE_MPI
/* Deactivate cxx bindings for MPI */
#if HAVE_MPI
#if defined(HAVE_MPI) && HAVE_MPI
#define MPICH_SKIP_MPICXX 1
#define OMPI_SKIP_MPICXX 1
#define MPI_NO_CPPBIND 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment