Fix error message. Thanks to Danimo for the heads up.

This commit is contained in:
Dominik Schmidt 2012-07-31 01:43:41 +02:00
Родитель 5275238f51
Коммит 336f8fbbd3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -24,6 +24,6 @@ else()
endif()
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_O")
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")
endif()