From: Florian BRUNET Date: Fri, 4 Sep 2015 14:36:36 +0000 (+0200) Subject: Modification into CMakeList for GHS3DPRLPLUGIN mpi compilation. X-Git-Tag: V7_7_0a1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Ffbt%2Fcmakelist_ghs3dprlplugin_mpi_compilation;p=plugins%2Fghs3dprlplugin.git Modification into CMakeList for GHS3DPRLPLUGIN mpi compilation. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index dfd77c9..06866c3 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,6 +42,7 @@ IF(EXISTS ${KERNEL_ROOT_DIR}) INCLUDE(SalomeMacros) FIND_PACKAGE(SalomeKERNEL REQUIRED) KERNEL_WITH_CORBA() # check whether KERNEL builded with CORBA + INCLUDE_DIRECTORIES(${KERNEL_INCLUDE_DIRS}) ELSE(EXISTS ${KERNEL_ROOT_DIR}) MESSAGE(FATAL_ERROR "We absolutely need a Salome KERNEL, please define KERNEL_ROOT_DIR") ENDIF(EXISTS ${KERNEL_ROOT_DIR})