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
diff options
context:
space:
mode:
authorDominik Schmidt <dev@dominik-schmidt.de>2018-03-16 17:34:47 +0300
committerDominik Schmidt <domme@tomahawk-player.org>2018-03-16 18:59:01 +0300
commit24bf1b36291844b7a5349148a8d3fbdd8c522ea5 (patch)
tree33d11a7043e46fbab3b2fbbf70fd50b5a0d187ea /CMakeLists.txt
parent94b0c9f78e18f327e069a3c1399351aa638e1439 (diff)
Define APPLICATION_ICON_NAME fallback only in one place
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d03426e43..490643115 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -188,7 +188,7 @@ if(BUILD_CLIENT)
endif()
if (NOT DEFINED APPLICATION_ICON_NAME)
- set(APPLICATION_ICON_NAME ${APPLICATION_SHORTNAME})
+ set(APPLICATION_ICON_NAME "${APPLICATION_SHORTNAME}")
endif()
include(OwnCloudCPack.cmake)