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 /Help | |
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 '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. |