diff options
author | Johnny Jazeix <jazeix@gmail.com> | 2021-08-01 16:27:49 (GMT) |
---|---|---|
committer | Johnny Jazeix <jazeix@gmail.com> | 2021-08-01 16:28:47 (GMT) |
commit | 795e406e3bbd99024652f44fc121f36cd291c269 (patch) | |
tree | 877f7d994675b0c5858f36117e5c9666ef2ee55e /Help | |
parent | 0a6415ea1fa286346f119809323938a7cfca8565 (diff) | |
download | CMake-795e406e3bbd99024652f44fc121f36cd291c269.zip CMake-795e406e3bbd99024652f44fc121f36cd291c269.tar.gz CMake-795e406e3bbd99024652f44fc121f36cd291c269.tar.bz2 |
CPack/NSIS: Add option to not display license page
Fixes: #22215
Diffstat (limited to 'Help')
-rw-r--r-- | Help/cpack_gen/nsis.rst | 6 | ||||
-rw-r--r-- | Help/release/dev/nsis_ignore_install_page.rst | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/Help/cpack_gen/nsis.rst b/Help/cpack_gen/nsis.rst index 02e33ba..05c57c2 100644 --- a/Help/cpack_gen/nsis.rst +++ b/Help/cpack_gen/nsis.rst @@ -201,3 +201,9 @@ on Windows Nullsoft Scriptable Install System. .. versionadded:: 3.21 If set, specify the name of the NSIS executable. Default is ``makensis``. + +.. variable:: CPACK_NSIS_IGNORE_LICENSE_PAGE + + .. versionadded:: 3.22 + + If set, do not display the page containing the license during installation. diff --git a/Help/release/dev/nsis_ignore_install_page.rst b/Help/release/dev/nsis_ignore_install_page.rst new file mode 100644 index 0000000..2d8a8d0 --- /dev/null +++ b/Help/release/dev/nsis_ignore_install_page.rst @@ -0,0 +1,6 @@ +nsis_ignore_install_page +------------------------ + +* The :cpack_gen:`CPack NSIS Generator` gained a new variable + :variable:`CPACK_NSIS_IGNORE_LICENSE_PAGE` to ignore the + license page in the installer. |