From 98ced45865e7f59dc99c9e418258b1abcc2d3351 Mon Sep 17 00:00:00 2001 From: ageay Date: Wed, 21 Mar 2012 13:15:40 +0000 Subject: [PATCH] Cmakization of MED. --- idl/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2