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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-01-07 16:34:48 +0300
committerHannah von Reth <vonreth@kde.org>2020-01-09 17:39:32 +0300
commit6725cd5826f13dde8996f638a0d28ebb5aaa3531 (patch)
tree1317527dcee1d149051503fdb1e11df1d04c0a31 /src/gui/updater
parentf17b30515167d3e679f30118e52c41385787faba (diff)
[CMAKE] Resolve some issues discovered during review
Diffstat (limited to 'src/gui/updater')
-rw-r--r--src/gui/updater/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/updater/CMakeLists.txt b/src/gui/updater/CMakeLists.txt
index 589a3a3a1..6d9f4eb68 100644
--- a/src/gui/updater/CMakeLists.txt
+++ b/src/gui/updater/CMakeLists.txt
@@ -1,7 +1,8 @@
if(APPLE AND NOT BUILD_LIBRARIES_ONLY)
if (SPARKLE_FOUND)
- list(APPEND OWNCLOUD_BUNDLED_RESOURCES ${PROJECT_SOURCE_DIR}/admin/osx/deny_autoupdate_com.owncloud.desktopclient.plist
- ${PROJECT_SOURCE_DIR}/admin/osx/sparkle/dsa_pub.pem)
+ list(APPEND OWNCLOUD_BUNDLED_RESOURCES
+ "${PROJECT_SOURCE_DIR}/admin/osx/deny_autoupdate_com.owncloud.desktopclient.plist"
+ "${PROJECT_SOURCE_DIR}/admin/osx/sparkle/dsa_pub.pem")
set(OWNCLOUD_BUNDLED_RESOURCES ${OWNCLOUD_BUNDLED_RESOURCES} PARENT_SCOPE)
endif()
endif()