1
0
Fork 0

increase size once more (#4385)

This commit is contained in:
Wilfried Goesgens 2018-01-22 17:09:30 +01:00 committed by Jan
parent ffbb00bbe2
commit d318dbfc5b
1 changed files with 2 additions and 2 deletions

View File

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