@@ -1,6 +1,6 @@
--- CMakeLists.txt.orig 2013-02-25 15:15:44.592027050 +0100
-+++ CMakeLists.txt 2013-02-25 15:17:31.224023175 +0100
-@@ -17,9 +17,9 @@
++++ CMakeLists.txt 2013-02-25 15:22:02.172027112 +0100
+@@ -17,18 +17,18 @@
#####
## handle BUILD_OWNCLOUD_OSX_BUNDLE
# BUILD_OWNCLOUD_OSX_BUNDLE was not initialized OR set to true on OSX
@@ -12,4 +12,17 @@
+# set(OWNCLOUD_OSX_BUNDLE "owncloud.app")
# BUILD_OWNCLOUD_OSX_BUNDLE was disabled on OSX
- elseif(APPLE AND NOT BUILD_OWNCLOUD_OSX_BUNDLE)
+-elseif(APPLE AND NOT BUILD_OWNCLOUD_OSX_BUNDLE)
+- message(FATAL_ERROR "Building in non-bundle mode on OSX is currently not supported. Comment this error out if you want to work on/test it.")
++#elseif(APPLE AND NOT BUILD_OWNCLOUD_OSX_BUNDLE)
++# message(FATAL_ERROR "Building in non-bundle mode on OSX is currently not supported. Comment this error out if you want to work on/test it.")
+
+ # any other platform
+-else()
++#else()
+ set(BUILD_OWNCLOUD_OSX_BUNDLE OFF)
+-endif()
++#endif()
+ #####
+
+ find_package(Qt4 4.6.0 COMPONENTS QtCore QtGui QtXml QtNetwork QtTest REQUIRED )
|