Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2019-03-06 19:51:27 +0300
committerDalai Felinto <dfelinto@gmail.com>2019-03-06 19:52:08 +0300
commitc2ff8735f531cbb48e60e30f937ee94cdc9333a5 (patch)
treead469464d02dc998f23a85f244ec986778754d8f /source/creator
parentb94ec178a2062244cb4227301b6ff9370bfbd46d (diff)
Fix build for Linux systems
Error introduced on rBff8a2df829fcce8780d26a18f3070ab8e850b2e6. The folders with binary icons were deleted.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index b58f9b46d0e..0959013c91d 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -505,17 +505,6 @@ if(UNIX AND NOT APPLE)
DESTINATION share/applications
)
install(
- DIRECTORY
- ${CMAKE_SOURCE_DIR}/release/freedesktop/icons/16x16
- ${CMAKE_SOURCE_DIR}/release/freedesktop/icons/22x22
- ${CMAKE_SOURCE_DIR}/release/freedesktop/icons/24x24
- ${CMAKE_SOURCE_DIR}/release/freedesktop/icons/32x32
- ${CMAKE_SOURCE_DIR}/release/freedesktop/icons/48x48
- ${CMAKE_SOURCE_DIR}/release/freedesktop/icons/256x256
- DESTINATION share/icons/hicolor
- PATTERN "*.svg" EXCLUDE
- )
- install(
FILES ${CMAKE_SOURCE_DIR}/release/freedesktop/icons/scalable/apps/blender.svg
DESTINATION share/icons/hicolor/scalable/apps
)