From: Anthony Geay Date: Wed, 21 Jun 2017 05:45:25 +0000 (+0200) Subject: Normalize installation dir of all plugins X-Git-Tag: Before_python3_27062017 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4f4c5866aa9e47a8ca49cfa2dd393064e24b450d;p=modules%2Fparavis.git Normalize installation dir of all plugins --- diff --git a/src/Plugins/SimpleMode/CMakeLists.txt b/src/Plugins/SimpleMode/CMakeLists.txt index fd3ef6e8..a7e60eb5 100644 --- a/src/Plugins/SimpleMode/CMakeLists.txt +++ b/src/Plugins/SimpleMode/CMakeLists.txt @@ -50,9 +50,9 @@ PV_SETUP_MODULE_ENVIRONMENT("vtkSimpleMode") OPTION(BUILD_SHARED_LIBS "Build with shared libraries." ${VTK_BUILD_SHARED_LIBS}) -SET(VTK_INSTALL_RUNTIME_DIR lib) -SET(VTK_INSTALL_LIBRARY_DIR lib) -SET(VTK_INSTALL_ARCHIVE_DIR lib) +SET(VTK_INSTALL_RUNTIME_DIR lib/salome) +SET(VTK_INSTALL_LIBRARY_DIR lib/salome) +SET(VTK_INSTALL_ARCHIVE_DIR lib/salome) PV_PROCESS_MODULES()