diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2016-11-26 16:15:27 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2016-11-26 16:15:27 +0000 |
| commit | 61b1ddd0599ee54f76494888524b156859134e85 (patch) | |
| tree | 8c4868fabeaa011779f4449e6b5773d51a052f68 /share/attributes/CMakeLists.txt | |
| parent | [Bug #1644886] Color profiles not loaded on Windows (partial fix). (diff) | |
| download | inkscape-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/attributes/CMakeLists.txt')
| -rw-r--r-- | share/attributes/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/attributes/CMakeLists.txt b/share/attributes/CMakeLists.txt index 9b6b0de0a..7235a5ef0 100644 --- a/share/attributes/CMakeLists.txt +++ b/share/attributes/CMakeLists.txt @@ -1,2 +1,2 @@ set(_FILES "svgprops" "cssprops" "css_defaults" "README") -install(FILES ${_FILES} DESTINATION ${SHARE_INSTALL}/inkscape/attributes) +install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/attributes) |
