X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=resources%2FCMakeLists.txt;h=9dcfd1414645c0fe4055f143b2c135276c31ba8c;hb=73bc90915c1efba1405629537963f6db66987065;hp=85a0133dd5cf7bf386bd3c1fc368045a2b1974d8;hpb=c7c9039d845fb2a5e2eb391139af089b4bed26a5;p=modules%2Fparavis.git diff --git a/resources/CMakeLists.txt b/resources/CMakeLists.txt index 85a0133d..9dcfd141 100644 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -1,9 +1,9 @@ -# Copyright (C) 2010-2013 CEA/DEN, EDF R&D +# Copyright (C) 2010-2014 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -32,7 +32,7 @@ SET(output ${CMAKE_CURRENT_BINARY_DIR}/PARAVISCatalog.xml) MESSAGE(STATUS "Creation of ${output}") CONFIGURE_FILE(${input} ${output}) -INSTALL(FILES ${output} DESTINATION share/salome/resources/paravis) +INSTALL(FILES ${output} DESTINATION ${SALOME_PARAVIS_INSTALL_RES_DATA}) SET(input ${CMAKE_CURRENT_SOURCE_DIR}/SalomeApp.xml.in) SET(output ${CMAKE_CURRENT_BINARY_DIR}/SalomeApp.xml) @@ -40,8 +40,8 @@ SET(output ${CMAKE_CURRENT_BINARY_DIR}/SalomeApp.xml) MESSAGE(STATUS "Creation of ${output}") CONFIGURE_FILE(${input} ${output}) -INSTALL(FILES ${output} DESTINATION share/salome/resources/paravis) +INSTALL(FILES ${output} DESTINATION ${SALOME_PARAVIS_INSTALL_RES_DATA}) FOREACH(f ${dist_salomeres_DATA}) - INSTALL(FILES ${f} DESTINATION share/salome/resources/paravis) + INSTALL(FILES ${f} DESTINATION ${SALOME_PARAVIS_INSTALL_RES_DATA}) ENDFOREACH(f ${dist_salomeres_DATA})