From e7acc8f8ef6fff13270a520aa4c3b787088fe831 Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 11 Oct 2016 20:27:55 +0200 Subject: [PATCH] Changed: Don't need to install PNG, it'll be created --- code/ryzom/tools/client/ryzom_installer/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/ryzom/tools/client/ryzom_installer/CMakeLists.txt b/code/ryzom/tools/client/ryzom_installer/CMakeLists.txt index a8783ed66..f3949055d 100644 --- a/code/ryzom/tools/client/ryzom_installer/CMakeLists.txt +++ b/code/ryzom/tools/client/ryzom_installer/CMakeLists.txt @@ -85,7 +85,3 @@ IF(WITH_PCH) ENDIF() INSTALL(TARGETS ryzom_installer_qt RUNTIME DESTINATION ${RYZOM_GAMES_PREFIX} COMPONENT client BUNDLE DESTINATION /Applications) - -IF(UNIX AND NOT APPLE) - INSTALL(FILES res/ryzom_installer.png DESTINATION ${RYZOM_SHARE_PREFIX} COMPONENT client) -ENDIF()