[Pkg-owncloud-commits] [owncloud-client] 199/219: cmake: Commented setting of the INSTALL_PREFIX var on Mac
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:26 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 81d3ce82578a597c5b3d065ddcd55c6c6124d6b3
Author: Klaas Freitag <freitag at owncloud.com>
Date: Wed Oct 1 20:55:39 2014 +0200
cmake: Commented setting of the INSTALL_PREFIX var on Mac
---
src/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5afb760..58b44d1 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -359,7 +359,7 @@ if(NOT BUILD_OWNCLOUD_OSX_BUNDLE AND NOT BUILD_LIBRARIES_ONLY)
qt5_use_modules(${APPLICATION_EXECUTABLE} Widgets Network Xml WebKitWidgets Sql ${ADDITIONAL_APP_MODULES})
elseif(NOT BUILD_LIBRARIES_ONLY)
set(BIN_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}")
- set(CMAKE_INSTALL_PREFIX ".") # Examples use /Applications. hurmpf.
+ # set(CMAKE_INSTALL_PREFIX ".") # Examples use /Applications. hurmpf.
set(MACOSX_BUNDLE_ICON_FILE "ownCloud.icns")
# we must add MACOSX_BUNDLE only if building a bundle
--
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