summaryrefslogtreecommitdiffstats
path: root/share/templates
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2016-11-26 16:15:27 +0000
committerEduard Braun <eduard.braun2@gmx.de>2016-11-26 16:15:27 +0000
commit61b1ddd0599ee54f76494888524b156859134e85 (patch)
tree8c4868fabeaa011779f4449e6b5773d51a052f68 /share/templates
parent[Bug #1644886] Color profiles not loaded on Windows (partial fix). (diff)
downloadinkscape-61b1ddd0599ee54f76494888524b156859134e85.tar.gz
inkscape-61b1ddd0599ee54f76494888524b156859134e85.zip
CMake: Add ${INKSCAPE_SHARE_INSTALL}
This is set to "share/inkscape" by default, on Windows we need to be able to install directly into "share" however (bzr r15278)
Diffstat (limited to 'share/templates')
-rw-r--r--share/templates/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/CMakeLists.txt b/share/templates/CMakeLists.txt
index 3793ee44f..60dee719d 100644
--- a/share/templates/CMakeLists.txt
+++ b/share/templates/CMakeLists.txt
@@ -9,4 +9,4 @@ add_custom_command(
set_source_files_properties(${CMAKE_SOURCE_DIR}/templates.h PROPERTIES GENERATED TRUE)
add_custom_target(templates_h ALL DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/templates.h)
-install(FILES ${_FILES} "README" ${CMAKE_CURRENT_SOURCE_DIR}/templates.h DESTINATION ${SHARE_INSTALL}/inkscape/templates)
+install(FILES ${_FILES} "README" ${CMAKE_CURRENT_SOURCE_DIR}/templates.h DESTINATION ${INKSCAPE_SHARE_INSTALL}/templates)