diff options
author | Johnny Jazeix <jazeix@gmail.com> | 2021-02-21 15:29:11 (GMT) |
---|---|---|
committer | Johnny Jazeix <jazeix@gmail.com> | 2021-02-22 16:59:04 (GMT) |
commit | 8e8b99d01a6b2ce266a9401f760f4814a69e4853 (patch) | |
tree | 56286b6821969625a59ff4a729b31a1cb3c474f7 /Help/cpack_gen/nsis.rst | |
parent | 7aad4df2ff3bb18817e480372d484f8977036033 (diff) | |
download | CMake-8e8b99d01a6b2ce266a9401f760f4814a69e4853.zip CMake-8e8b99d01a6b2ce266a9401f760f4814a69e4853.tar.gz CMake-8e8b99d01a6b2ce266a9401f760f4814a69e4853.tar.bz2 |
CPack/NSIS: Add option for setting custom makensis executable
It allows users to set a custom one without changing the PATH environment variable.
Fixes: #21733
Diffstat (limited to 'Help/cpack_gen/nsis.rst')
-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``. |