From 27c3152e1e807f25425c11caf4e36076494e915f Mon Sep 17 00:00:00 2001 From: abn Date: Fri, 11 Dec 2015 10:43:18 +0100 Subject: [PATCH] Minor fix for ParMetis detection and // partitioner tests. --- cmake_files/FindSalomeParMetis.cmake | 2 +- src/MEDPartitioner/Test/MEDPARTITIONERTestPara.cxx | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cmake_files/FindSalomeParMetis.cmake b/cmake_files/FindSalomeParMetis.cmake index 60b6b7d98..17a4f0798 100644 --- a/cmake_files/FindSalomeParMetis.cmake +++ b/cmake_files/FindSalomeParMetis.cmake @@ -24,7 +24,7 @@ # !! Please read the generic detection procedure in SalomeMacros.cmake !! # -SALOME_FIND_PACKAGE_AND_DETECT_CONFLICTS(ParMetis PARMETIS_INCLUDE_DIRS 1) +SALOME_FIND_PACKAGE_AND_DETECT_CONFLICTS(ParMetis PARMETIS_INCLUDE_DIRS 0) #MARK_AS_ADVANCED() IF(PARMETIS_FOUND) diff --git a/src/MEDPartitioner/Test/MEDPARTITIONERTestPara.cxx b/src/MEDPartitioner/Test/MEDPARTITIONERTestPara.cxx index 866409f0e..ed5bc1809 100644 --- a/src/MEDPartitioner/Test/MEDPARTITIONERTestPara.cxx +++ b/src/MEDPartitioner/Test/MEDPARTITIONERTestPara.cxx @@ -43,6 +43,8 @@ #include #include +#include // get_current_dir_name() + #include using namespace std; -- 2.39.2