diff options
author | Brad King <brad.king@kitware.com> | 2016-05-26 13:52:07 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-05-26 13:52:07 (GMT) |
commit | 579185be7aa0425f61e4e3672284d16787044757 (patch) | |
tree | 26c13cc73cb407160a7e515ae0673b740512cc44 /Modules/CPackDMG.cmake | |
parent | 903bcbc39e2455e5467cf1db6ac48114f6c4bd57 (diff) | |
parent | 3acc29fca9395c7e76f0884d182da6da2e022b81 (diff) | |
download | CMake-579185be7aa0425f61e4e3672284d16787044757.zip CMake-579185be7aa0425f61e4e3672284d16787044757.tar.gz CMake-579185be7aa0425f61e4e3672284d16787044757.tar.bz2 |
Merge topic 'cpack-dmg-no-app-link'
3acc29fc CPack/DragNDrop: Optionally disable `/Applications` symlink
Diffstat (limited to 'Modules/CPackDMG.cmake')
-rw-r--r-- | Modules/CPackDMG.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Modules/CPackDMG.cmake b/Modules/CPackDMG.cmake index 1959f22..929b2f6 100644 --- a/Modules/CPackDMG.cmake +++ b/Modules/CPackDMG.cmake @@ -46,6 +46,11 @@ # CPACK_DMG_DS_STORE_SETUP_SCRIPT is executed or CPACK_DMG_DS_STORE is # installed. By default no background image is set. # +# .. variable:: CPACK_DMG_DISABLE_APPLICATIONS_SYMLINK +# +# Default behaviour is to include a symlink to ``/Applications`` in the DMG. +# Set this option to ``ON`` to avoid adding the symlink. +# # .. variable:: CPACK_DMG_SLA_DIR # # Directory where license and menu files for different languages are stored. |