mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Fixed CPack Bundle check for MacOSX
This commit is contained in:
parent
6cf6e1dcba
commit
93ef3954ab
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue