diff options
author | Harry Mallon <harry@codexdigital.com> | 2016-05-25 12:43:31 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-05-25 13:51:04 (GMT) |
commit | 3acc29fca9395c7e76f0884d182da6da2e022b81 (patch) | |
tree | 254f0db5c5af833698cd6b845862cf652c37d91e /Help | |
parent | 6052e4b3bfe62a8d29ca679affb101c7aec0d219 (diff) | |
download | CMake-3acc29fca9395c7e76f0884d182da6da2e022b81.zip CMake-3acc29fca9395c7e76f0884d182da6da2e022b81.tar.gz CMake-3acc29fca9395c7e76f0884d182da6da2e022b81.tar.bz2 |
CPack/DragNDrop: Optionally disable `/Applications` symlink
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/cpack-dmg-no-app-link.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/cpack-dmg-no-app-link.rst b/Help/release/dev/cpack-dmg-no-app-link.rst new file mode 100644 index 0000000..46101a5 --- /dev/null +++ b/Help/release/dev/cpack-dmg-no-app-link.rst @@ -0,0 +1,6 @@ +cpack-dmg-no-app-link +--------------------- + +* The :module:`CPackDMG` module learned a new option to tell the CPack + ``DragNDrop`` generaor to skip the ``/Applications`` symlink. + See the :variable:`CPACK_DMG_DISABLE_APPLICATIONS_SYMLINK` variable. |