mirror of https://gitee.com/bigwinds/arangodb
increase size once more (#4385)
This commit is contained in:
parent
ffbb00bbe2
commit
d318dbfc5b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue