From: ageay Date: Wed, 21 Mar 2012 13:15:40 +0000 (+0000) Subject: Cmakization of MED. X-Git-Tag: V6_main_FINAL~767 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=98ced45865e7f59dc99c9e418258b1abcc2d3351;p=tools%2Fmedcoupling.git Cmakization of MED. --- diff --git a/idl/CMakeLists.txt b/idl/CMakeLists.txt index f16adae80..22c1211e8 100644 --- a/idl/CMakeLists.txt +++ b/idl/CMakeLists.txt @@ -34,6 +34,9 @@ SET(SalomeIDLMED_IDLSOURCES MEDCouplingCorbaServant.idl ParaMEDCouplingCorbaServant.idl ) +IF(MPI_IS_OK) + SET(SalomeIDLMED_IDLSOURCES ${SalomeIDLMED_IDLSOURCES} ParaMEDMEMComponent.idl) +ENDIF(MPI_IS_OK) SET(SalomeIDLMEDTests_IDLSOURCES MEDCouplingCorbaServantTest.idl