From: Ovidiu Mircescu Date: Tue, 29 Dec 2015 13:14:30 +0000 (+0100) Subject: Fix compilation with MPI. X-Git-Tag: V7_8_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=71e13967fdd8dfee45f72204338550eba169724f;p=modules%2Fmed.git Fix compilation with MPI. Signed-off-by: Anthony Geay --- diff --git a/src/ParaMEDCouplingCorba/CMakeLists.txt b/src/ParaMEDCouplingCorba/CMakeLists.txt index abb3b8738..d3c17138d 100644 --- a/src/ParaMEDCouplingCorba/CMakeLists.txt +++ b/src/ParaMEDCouplingCorba/CMakeLists.txt @@ -22,6 +22,7 @@ INCLUDE_DIRECTORIES( ${MPI_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR}/../../idl ${CMAKE_CURRENT_SOURCE_DIR}/../MEDCouplingCorba + ${MEDCOUPLING_INCLUDE_DIRS} ) SET(paramedcouplingcorba_SOURCES diff --git a/src/ParaMEDMEMComponent/CMakeLists.txt b/src/ParaMEDMEMComponent/CMakeLists.txt index 725cdfc66..f4580911d 100644 --- a/src/ParaMEDMEMComponent/CMakeLists.txt +++ b/src/ParaMEDMEMComponent/CMakeLists.txt @@ -25,6 +25,7 @@ INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_BINARY_DIR}/../../idl ${CMAKE_CURRENT_SOURCE_DIR}/../ParaMEDCouplingCorba ${CMAKE_CURRENT_SOURCE_DIR}/../MEDCouplingCorba + ${MEDCOUPLING_INCLUDE_DIRS} ) SET(paramedmemcompo_SOURCES