From: rnv Date: Tue, 19 Mar 2019 08:17:49 +0000 (+0300) Subject: Integration of [CEA 13233] support new xdr.h location X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=44d76ca4d8b7d52192167790d1c0416d26629702;p=modules%2Fyacs.git Integration of [CEA 13233] support new xdr.h location --- diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100644 new mode 100755 index 4d9e4039c..859864424 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,6 +92,7 @@ FIND_PACKAGE(SalomeSWIG REQUIRED) FIND_PACKAGE(SalomeLibXml2 REQUIRED) FIND_PACKAGE(SalomeHDF5 REQUIRED COMPONENTS C) FIND_PACKAGE(SalomeBoost REQUIRED) +FIND_PACKAGE(SalomeXDR REQUIRED) # Optional prerequisites # ====================== diff --git a/src/Communication/CMakeLists.txt b/src/Communication/CMakeLists.txt old mode 100644 new mode 100755 index e9dc6440b..c65d0e19e --- a/src/Communication/CMakeLists.txt +++ b/src/Communication/CMakeLists.txt @@ -18,6 +18,7 @@ # INCLUDE_DIRECTORIES( + ${XDR_INCLUDE_DIR} ${OMNIORB_INCLUDE_DIR} ${PTHREAD_INCLUDE_DIR} ${MPI_CXX_INCLUDE_PATH}