You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you'd like
Update CPackConfig.txt to create DMG files
Additional context
Once #2590 is merged, CPackConfig can create DEB and RPM files, but it can also create DMG files. The general gist how to do this:
1- Update build_release to also have a Mac OSX instance for using cpack -G DragNDrop
2- Update CMakeConfig.cmake to set the name for DMG packages. Not sure what the format is for these files, update CPackConfig
3- Check CPackConfig.txt, fill out stuff under OSX package settings in CPackConfig.txt
Feature
language
Describe the feature you'd like
Update CPackConfig.txt to create DMG files
Additional context
Once #2590 is merged, CPackConfig can create DEB and RPM files, but it can also create DMG files. The general gist how to do this:
1- Update build_release to also have a Mac OSX instance for using cpack -G DragNDrop
2- Update CMakeConfig.cmake to set the name for DMG packages. Not sure what the format is for these files, update CPackConfig
3- Check CPackConfig.txt, fill out stuff under OSX package settings in CPackConfig.txt
https://cmake.org/cmake/help/latest/cpack_gen/dmg.html
The text was updated successfully, but these errors were encountered: