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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorDominik Schmidt <dev@dominik-schmidt.de>2018-06-23 16:04:01 +0300
committerDominik Schmidt <domme@tomahawk-player.org>2018-06-27 02:28:44 +0300
commitb4b140914865d9c32506806b7e96c9e139ee8928 (patch)
tree67926ec89ec57b608cfc6e0b75ab2e4b040f16ee /cmake
parent1a7a1552b0da1407a519a3e752ef850ca15c3fc2 (diff)
Fix app icon macro
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/ECMAddAppIcon.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/ECMAddAppIcon.cmake b/cmake/modules/ECMAddAppIcon.cmake
index 51af4ea47..9a70a102b 100644
--- a/cmake/modules/ECMAddAppIcon.cmake
+++ b/cmake/modules/ECMAddAppIcon.cmake
@@ -213,7 +213,7 @@ function(ecm_add_app_icon appsources)
endfunction()
if (IcoTool_FOUND)
- set(icotool_args "-c -o \"${_outfilename}.ico\"")
+ list(APPEND icotool_args "-c" "-o" "${_outfilename}.ico")
# According to https://stackoverflow.com/a/40851713/2886832
# Windows always chooses the first icon above 255px, all other ones will be ignored