From bdd8666a571ab1c59301cbf9dc11328643019de1 Mon Sep 17 00:00:00 2001 From: Colin Cornaby Date: Sun, 14 Jul 2024 15:48:54 -0700 Subject: [PATCH] Fixing banner pngs being included in root folder of Mac client --- Sources/Plasma/Apps/plClient/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Sources/Plasma/Apps/plClient/CMakeLists.txt b/Sources/Plasma/Apps/plClient/CMakeLists.txt index bd42ba35e5..33c78c2f56 100644 --- a/Sources/Plasma/Apps/plClient/CMakeLists.txt +++ b/Sources/Plasma/Apps/plClient/CMakeLists.txt @@ -165,10 +165,6 @@ if(APPLE) set_source_files_properties(Mac-Cocoa/Assets.xcassets ${RESOURCES} PROPERTIES MACOSX_PACKAGE_LOCATION Resources ) - install( - TARGETS plClient - DESTINATION client - ) if(${CMAKE_VERSION} VERSION_LESS 3.28) message(FATAL_ERROR "Cannot build Mac client without CMake 3.28")