Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2014-12-08 19:54:32 +0300
committerDaniel Molkentin <danimo@owncloud.com>2014-12-08 19:54:32 +0300
commitd5f2c36abd4bdb8139ecb0658f96751939e88b4b (patch)
tree75d87ed0aaadb03eaa31f4e31ed810819fee398c /CPackOptions.cmake.in
parentd86b3f04b187b098b9aa7cde062521be179b75e3 (diff)
Mirall -> (Desktop) Client
Diffstat (limited to 'CPackOptions.cmake.in')
-rw-r--r--CPackOptions.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPackOptions.cmake.in b/CPackOptions.cmake.in
index c5941d4a3..0fcfc4593 100644
--- a/CPackOptions.cmake.in
+++ b/CPackOptions.cmake.in
@@ -21,6 +21,6 @@ set( CRASHREPORTER_EXECUTABLE @CRASHREPORTER_EXECUTABLE@)
set( BUILD_OWNCLOUD_OSX_BUNDLE @BUILD_OWNCLOUD_OSX_BUNDLE@)
if(APPLE AND NOT BUILD_OWNCLOUD_OSX_BUNDLE)
- message( FATAL_ERROR "You're trying to build a bundle although you haven't built mirall in bundle mode.\n Add -DBUILD_OWNCLOUD_OSX_BUNDLE=ON")
+ message( FATAL_ERROR "You're trying to build a bundle although you haven't built the client in bundle mode.\n Add -DBUILD_OWNCLOUD_OSX_BUNDLE=ON")
endif()