[Pkg-owncloud-commits] [owncloud-client] 37/332: look for Sparkle only on OS X

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:35 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 51e941e7b5626f45b8a03d7c943239d9e943d76c
Author: Kuba Serafinowski <zizzfizzix at gmail.com>
Date:   Mon Jun 2 20:02:20 2014 +0300

    look for Sparkle only on OS X
---
 CMakeLists.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index cfe1b99..d373084 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -108,7 +108,10 @@ if(NOT TOKEN_AUTH_ONLY)
     endif()
 endif()
 
-Find_package(Sparkle)
+if(APPLE)
+  find_package(Sparkle)
+endif(APPLE)
+
 if(UNIX)
   find_package(INotify REQUIRED)
 else()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list