[Pkg-owncloud-commits] [owncloud-client] 79/103: Fix installation for MacOSX
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Apr 30 18:09:01 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 1c73a8d4add6c7fd44bc85acdd128eef578c1ede
Author: Klaas Freitag <freitag at owncloud.com>
Date: Mon Apr 28 10:23:06 2014 +0200
Fix installation for MacOSX
---
csync/src/CMakeLists.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/csync/src/CMakeLists.txt b/csync/src/CMakeLists.txt
index 26ec238..89533aa 100644
--- a/csync/src/CMakeLists.txt
+++ b/csync/src/CMakeLists.txt
@@ -109,7 +109,7 @@ set_target_properties(
SOVERSION
${LIBRARY_SOVERSION}
)
-
+if(NOT BUILD_OWNCLOUD_OSX_BUNDLE)
INSTALL(
TARGETS
${CSYNC_LIBRARY}
@@ -120,6 +120,7 @@ INSTALL(
RUNTIME DESTINATION
${BIN_INSTALL_DIR}/${APPLICATION_EXECUTABLE}
)
+endif()
# INSTALL(
# FILES
--
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