Salome HOME
Cmakization of MED.
authorageay <ageay>
Thu, 22 Mar 2012 08:50:22 +0000 (08:50 +0000)
committerageay <ageay>
Thu, 22 Mar 2012 08:50:22 +0000 (08:50 +0000)
salome_adm/cmake_files/FindMPI.cmake

index 679956c3171d75afdec2439a437802c8e02b5443..dd9224397dda4cb4fde9ce58481025c140544ee3 100644 (file)
@@ -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)