[CMake] Drag & Drop mac installer

Guillermo Sotomayor guillermo at tdmsolutions.com
Wed Jul 2 07:18:41 EDT 2014


I'm generating a drag and drop installer. I'm trying to add a custom
background image and a custom
DS_Store file unsuccesfuly.

set (CPACK_DMG_FORMAT UDBZ)
set (CPACK_DMG_BACKGROUND_IMAGE
${PROJECT_SOURCE_DIR}/macInstallerFiles/background.png)
set (CPACK_CPACK_DMG_DS_STORE
${PROJECT_SOURCE_DIR}/macInstallerFiles/DS_Store)

What I'm missing? There is another way to set the background image?

Guillermo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20140702/1cbf5cfd/attachment.html>


More information about the CMake mailing list