diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-03-08 23:14:40 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-03-08 23:14:40 +0000 |
| commit | 3475114e7d20d9402f2fba8d4603c3bd6131c571 (patch) | |
| tree | 3590191c46b01acf1ad458c9b41401693db1dcd7 /CMakeScripts/Install.cmake | |
| parent | CMake: Don't install /share/themes on Windows (diff) | |
| download | inkscape-3475114e7d20d9402f2fba8d4603c3bd6131c571.tar.gz inkscape-3475114e7d20d9402f2fba8d4603c3bd6131c571.zip | |
CMake: Don't install /share/locale on Windows
We only ever wanted "gtk30.mo" for translation of stock items.
- As we stripped all stock items from our source we don't need it anymore
- As there are *lots* of translations in MSYS2 we installed a huge amount of unneeded files
(bzr r15583)
Diffstat (limited to 'CMakeScripts/Install.cmake')
| -rw-r--r-- | CMakeScripts/Install.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeScripts/Install.cmake b/CMakeScripts/Install.cmake index 57c16b038..9250f3d00 100644 --- a/CMakeScripts/Install.cmake +++ b/CMakeScripts/Install.cmake @@ -202,10 +202,6 @@ if(WIN32) install(DIRECTORY ${DEVLIBS_PATH}/share/icons/Adwaita
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons)
- install(DIRECTORY ${DEVLIBS_PATH}/share/locale
- DESTINATION ${CMAKE_INSTALL_PREFIX}/share
- PATTERN "*gtk20.mo" EXCLUDE)
-
install(DIRECTORY ${DEVLIBS_PATH}/share/poppler
DESTINATION ${CMAKE_INSTALL_PREFIX}/share)
|
