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>2020-11-19 18:01:42 +0300
committerHannah von Reth <vonreth@kde.org>2020-11-19 20:34:56 +0300
commitef9f26165d11574c3baa35ff9737babeb890d2cc (patch)
tree51fd2b5fc93c8564e6138581a308561938fd44cf /CMakeLists.txt
parentb5a90bc50bbbf6858024d59c3ddb42bd4960e7fa (diff)
Require Sparkle on macOS
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 91fc776de..2060151c7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -149,7 +149,7 @@ if(BUILD_CLIENT)
OPTION(GUI_TESTING "Build with gui introspection features of socket api" OFF)
if(APPLE)
- find_package(Sparkle)
+ find_package(Sparkle REQUIRED)
endif(APPLE)
if(UNIX AND NOT APPLE)