From 44d76ca4d8b7d52192167790d1c0416d26629702 Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 19 Mar 2019 11:17:49 +0300 Subject: [PATCH] Integration of [CEA 13233] support new xdr.h location --- CMakeLists.txt | 1 + src/Communication/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) mode change 100644 => 100755 CMakeLists.txt mode change 100644 => 100755 src/Communication/CMakeLists.txt 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} -- 2.39.2