force skip MPI for C++ setting into cache

This commit is contained in:
Axel Kohlmeyer
2025-06-02 20:14:11 -04:00
parent 07f650a982
commit 688800038a

View File

@ -205,7 +205,7 @@ endif()
# do not include the (obsolete) MPI C++ bindings which makes for leaner object files # do not include the (obsolete) MPI C++ bindings which makes for leaner object files
# and avoids namespace conflicts. Put this early to increase its visbility. # and avoids namespace conflicts. Put this early to increase its visbility.
set(MPI_CXX_SKIP_MPICXX TRUE) set(MPI_CXX_SKIP_MPICXX TRUE CACHE BOOL "Skip MPI C++ Bindings" FORCE)
######################################################################## ########################################################################
# User input options # # User input options #