1
0
Fork 0

increase the size of the intermediate disk image

This commit is contained in:
Wilfried Goesgens 2017-05-05 16:03:44 +02:00
parent d81a68e959
commit 93ffaa6f3b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ to_native_path("CPACK_ARANGO_LOG_DIR")
# we wrap HDIUTIL to inject our own parameter:
find_program(HDIUTIL_EXECUTABLE hdiutil)
# for now 240MB seems to be enough:
set(CMAKE_DMG_SIZE 240)
set(CMAKE_DMG_SIZE 260)
configure_file("${PROJECT_SOURCE_DIR}/Installation/MacOSX/Bundle/hdiutilwrapper.sh.in"
"${CMAKE_CURRENT_BINARY_DIR}/hdiutilwrapper.sh"
@ONLY)