From: maier Date: Sun, 4 Nov 2012 18:08:11 +0000 (+0000) Subject: use mpicxx by default X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cba349121f44e2f74e5bcb1534624559a516154a;p=dealii-svn.git use mpicxx by default git-svn-id: https://svn.dealii.org/branches/branch_cmake@27346 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/configure/configure_1_mpi.cmake b/deal.II/cmake/configure/configure_1_mpi.cmake index 669c2d7c7c..f8e038ad5d 100644 --- a/deal.II/cmake/configure/configure_1_mpi.cmake +++ b/deal.II/cmake/configure/configure_1_mpi.cmake @@ -44,8 +44,8 @@ MACRO(FEATURE_MPI_CONFIGURE_EXTERNAL var) LIST(APPEND DEAL_II_USER_INCLUDE_DIRS ${MPI_CXX_INCLUDE_PATH}) - SET(DEAL_II_USE_MPICXX OFF CACHE BOOL - "Set the compiler to the detected mpi wrapper" + SET(DEAL_II_USE_MPICXX ON CACHE BOOL + "Set the compiler to the detected mpi wrapper ${MPI_CXX_COMPILER}" ) IF(DEAL_II_MPICXX)