From 93b8b401c8bfb7d0b46e65339254cc12b827db7f Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 7 Mar 2017 17:45:06 +0300 Subject: [PATCH] Build SALOME on Fedora-24 with native products. --- src/Plugins/ParaMEDCorba/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Plugins/ParaMEDCorba/CMakeLists.txt b/src/Plugins/ParaMEDCorba/CMakeLists.txt index 2d61a70f..96880ae4 100644 --- a/src/Plugins/ParaMEDCorba/CMakeLists.txt +++ b/src/Plugins/ParaMEDCorba/CMakeLists.txt @@ -37,8 +37,8 @@ PROJECT( ParaMEDCorba ) IF( ParaView_FOUND ) INCLUDE( ${PARAVIEW_USE_FILE} ) - - FIND_PACKAGE( VTK COMPONENTS vtkClientServer NO_MODULE) + + FIND_PACKAGE( VTK COMPONENTS vtkClientServer NO_MODULE NO_DEFAULT_PATH) INCLUDE( ${VTK_USE_FILE} ) SET( PARACORBAPLUG_SRCS -- 2.39.2