From 639f8a861662387ef6e969f0eb938186fc0f74f2 Mon Sep 17 00:00:00 2001 From: ageay Date: Thu, 22 Mar 2012 08:50:22 +0000 Subject: [PATCH] Cmakization of MED. --- salome_adm/cmake_files/FindMPI.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salome_adm/cmake_files/FindMPI.cmake b/salome_adm/cmake_files/FindMPI.cmake index 679956c31..dd9224397 100644 --- a/salome_adm/cmake_files/FindMPI.cmake +++ b/salome_adm/cmake_files/FindMPI.cmake @@ -136,7 +136,7 @@ IF(MPI_STATUS) IF(MPI2_IS_OK) MESSAGE(STATUS "Your mpi implemtentation is compatible with mpi2 ... adding -DHAVE_MPI2") SET(MPI_INCLUDES ${MPI_INCLUDES} -DHAVE_MPI2)# to remove - SET(MPI_FLAGS ${MPI_FLAGS} -DHAVE_MPI2) + SET(MPI_FLAGS "${MPI_FLAGS} -DHAVE_MPI2") ENDIF(MPI2_IS_OK) ENDIF(MPI_STATUS) -- 2.39.2