summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/Install.cmake
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-03-08 23:07:18 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-03-08 23:07:18 +0000
commit81fcb041da64d709e6fffb815b0a520ffacdebff (patch)
tree998a8e31626e00dfe500801ac5d24cf4ad45c62c /CMakeScripts/Install.cmake
parentCMake: Prefer to install the genuine /hicolor/index.theme file in MSYS2 installs (diff)
downloadinkscape-81fcb041da64d709e6fffb815b0a520ffacdebff.tar.gz
inkscape-81fcb041da64d709e6fffb815b0a520ffacdebff.zip
CMake: Don't install /share/themes on Windows
There's nothing we want but stuff we definitely don't need. (bzr r15582)
Diffstat (limited to 'CMakeScripts/Install.cmake')
-rw-r--r--CMakeScripts/Install.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeScripts/Install.cmake b/CMakeScripts/Install.cmake
index 64ab4607b..57c16b038 100644
--- a/CMakeScripts/Install.cmake
+++ b/CMakeScripts/Install.cmake
@@ -202,9 +202,6 @@ if(WIN32)
install(DIRECTORY ${DEVLIBS_PATH}/share/icons/Adwaita
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons)
- install(DIRECTORY ${DEVLIBS_PATH}/share/themes
- DESTINATION ${CMAKE_INSTALL_PREFIX}/share)
-
install(DIRECTORY ${DEVLIBS_PATH}/share/locale
DESTINATION ${CMAKE_INSTALL_PREFIX}/share
PATTERN "*gtk20.mo" EXCLUDE)