From: Anthony Geay Date: Wed, 21 Jun 2017 05:45:25 +0000 (+0200) Subject: Normalize installation dir of all plugins X-Git-Tag: V8_4_0a1~2^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=51dbb528df891388a50e34583c4df33dd8dc771e;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()