Fixed CPack Bundle check for MacOSX

This commit is contained in:
Klaas Freitag 2012-05-16 15:36:33 +02:00
parent 6cf6e1dcba
commit 93ef3954ab

View file

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