Skip to content

cmCPackDragNDropGenerator: Improving handling of temporary image format.

Clinton Stimpson requested to merge clinton/cmake:dragndrop-format into master

Adjust which image format to create the initial dmg, and convert only when necessary.

This eliminates random "hdiutil create -format UDRW" failures I'm seeing which may be related to an anti-virus scanner. "hdiutil create -format UDRW -verbose" indicates a "resource is busy" issue when unmounting an image.

Merge request reports