diff options
author | Brad King <brad.king@kitware.com> | 2021-02-23 13:10:59 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-02-23 13:11:05 (GMT) |
commit | ec5f76753ad92ac03a4581d67a302792e030b6c4 (patch) | |
tree | ca27cb50d035e6b5e44f2f14e6767c684cbf76b4 /Help/cpack_gen | |
parent | 581402f00c32172f8f74086ccfb26b20cf08dc5a (diff) | |
parent | 8e8b99d01a6b2ce266a9401f760f4814a69e4853 (diff) | |
download | CMake-ec5f76753ad92ac03a4581d67a302792e030b6c4.zip CMake-ec5f76753ad92ac03a4581d67a302792e030b6c4.tar.gz CMake-ec5f76753ad92ac03a4581d67a302792e030b6c4.tar.bz2 |
Merge topic 'cpack_nsis_executable_custom'
8e8b99d01a CPack/NSIS: Add option for setting custom makensis executable
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5839
Diffstat (limited to 'Help/cpack_gen')
-rw-r--r-- | Help/cpack_gen/nsis.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/cpack_gen/nsis.rst b/Help/cpack_gen/nsis.rst index eaef8ae..964f629 100644 --- a/Help/cpack_gen/nsis.rst +++ b/Help/cpack_gen/nsis.rst @@ -193,3 +193,9 @@ on Windows Nullsoft Scriptable Install System. .. versionadded:: 3.20 If set, trim down the size of the control to the size of the branding text string. + +.. variable:: CPACK_NSIS_EXECUTABLE + + .. versionadded:: 3.21 + + If set, specify the name of the NSIS executable. Default is ``makensis``. |