diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-04-29 22:25:21 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-04-29 22:25:21 +0000 |
| commit | f5ecc3dc8d655e0998646a404a753782692c50b4 (patch) | |
| tree | 9365b9619f1ab55a834cbb0dba2f8e7f97ee2df1 /share/templates | |
| parent | cmake: Do not build/install folders (data,modules,plugins) (diff) | |
| download | inkscape-f5ecc3dc8d655e0998646a404a753782692c50b4.tar.gz inkscape-f5ecc3dc8d655e0998646a404a753782692c50b4.zip | |
cmake: do not intalls header files generated by i18n.py (filters.svg.h, palletes.h, patterns.svg.h, symbols.h, templates.h)
they seem to be of little use to the user...
(bzr r15652)
Diffstat (limited to 'share/templates')
| -rw-r--r-- | share/templates/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/CMakeLists.txt b/share/templates/CMakeLists.txt index fa1bc01bd..4af166bf1 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 ${INKSCAPE_SHARE_INSTALL}/templates) +install(FILES ${_FILES} "README" DESTINATION ${INKSCAPE_SHARE_INSTALL}/templates) |
