diff options
author | Harry Mallon <harry@codexdigital.com> | 2016-05-25 13:43:31 +0100 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-05-25 09:51:04 -0400 |
commit | 3acc29fca9395c7e76f0884d182da6da2e022b81 (patch) | |
tree | 254f0db5c5af833698cd6b845862cf652c37d91e /Modules | |
parent | 6052e4b3bfe62a8d29ca679affb101c7aec0d219 (diff) | |
download | cmake-3acc29fca9395c7e76f0884d182da6da2e022b81.tar.gz |
CPack/DragNDrop: Optionally disable `/Applications` symlink
Diffstat (limited to 'Modules')
-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 1959f22f42..929b2f6217 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. |