[Bf-blender-cvs] [c2ff8735f53] master: Fix build for Linux systems

Dalai Felinto noreply at git.blender.org
Wed Mar 6 17:52:41 CET 2019


Commit: c2ff8735f531cbb48e60e30f937ee94cdc9333a5
Author: Dalai Felinto
Date:   Wed Mar 6 13:51:27 2019 -0300
Branches: master
https://developer.blender.org/rBc2ff8735f531cbb48e60e30f937ee94cdc9333a5

Fix build for Linux systems

Error introduced on rBff8a2df829fcce8780d26a18f3070ab8e850b2e6.
The folders with binary icons were deleted.

===================================================================

M	source/creator/CMakeLists.txt

===================================================================

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
@@ -504,17 +504,6 @@ if(UNIX AND NOT APPLE)
 			FILES ${CMAKE_SOURCE_DIR}/release/freedesktop/blender.desktop
 			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



More information about the Bf-blender-cvs mailing list