diff options
author | Johnny Jazeix <jazeix@gmail.com> | 2019-10-25 10:08:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-10-25 18:13:25 (GMT) |
commit | c97abc96882caab6cba49f6ab1b00ceb88b5a757 (patch) | |
tree | d398c6e8f3e1cac79c112771391989a845578220 /Help/release | |
parent | 44b5f037e66e58cb4b5f9877b568bc40b9b576ca (diff) | |
download | CMake-c97abc96882caab6cba49f6ab1b00ceb88b5a757.zip CMake-c97abc96882caab6cba49f6ab1b00ceb88b5a757.tar.gz CMake-c97abc96882caab6cba49f6ab1b00ceb88b5a757.tar.bz2 |
CPack/NSIS: Add option for custom Uninstall filename
Fixes: #10728
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/cpack-nsis-uninstaller-name.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/cpack-nsis-uninstaller-name.rst b/Help/release/dev/cpack-nsis-uninstaller-name.rst new file mode 100644 index 0000000..b7ceb4c --- /dev/null +++ b/Help/release/dev/cpack-nsis-uninstaller-name.rst @@ -0,0 +1,6 @@ +cpack-nsis-uninstaller-name +--------------------------- + +* The :cpack_gen:`CPack NSIS Generator` now supports + :variable:`CPACK_NSIS_UNINSTALL_NAME`. + This can be used to specify the name of the Uninstall program. |