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 /Modules/Internal | |
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 'Modules/Internal')
-rw-r--r-- | Modules/Internal/CPack/NSIS.template.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Internal/CPack/NSIS.template.in b/Modules/Internal/CPack/NSIS.template.in index 848691f..1df8a58 100644 --- a/Modules/Internal/CPack/NSIS.template.in +++ b/Modules/Internal/CPack/NSIS.template.in @@ -540,7 +540,7 @@ FunctionEnd @CPACK_NSIS_INSTALLER_WELCOME_TITLE_3LINES_CODE@ !insertmacro MUI_PAGE_WELCOME - !insertmacro MUI_PAGE_LICENSE "@CPACK_RESOURCE_FILE_LICENSE@" + @CPACK_NSIS_LICENSE_PAGE@ Page custom InstallOptionsPage !insertmacro MUI_PAGE_DIRECTORY |