From: dbv Date: Thu, 25 Feb 2016 08:39:24 +0000 (+0300) Subject: Fix install path X-Git-Tag: V_2.2.0~71 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8b784b1182e5426551e99809749ba8d7113b4d2b;p=modules%2Fshaper.git Fix install path --- diff --git a/src/XGUI/CMakeLists.txt b/src/XGUI/CMakeLists.txt index bc850e69a..b84f87ca7 100644 --- a/src/XGUI/CMakeLists.txt +++ b/src/XGUI/CMakeLists.txt @@ -145,4 +145,4 @@ TARGET_LINK_LIBRARIES(XGUI ${PROJECT_LIBRARIES}) INSTALL(TARGETS XGUI DESTINATION ${SHAPER_INSTALL_BIN}) INSTALL(FILES ${QM_RESOURCES} DESTINATION ${SHAPER_INSTALL_QM_RESOURCES}) -INSTALL(FILES ${PREFERENCES_XML} DESTINATION ${SHAPER_INSTALL_XML_RESOURCES}) +INSTALL(FILES ${PREFERENCES_XML} DESTINATION ${SHAPER_INSTALL_RESOURCES})