| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes: #23446
|
|\
| |
| |
| |
| |
| |
| | |
795e406e3b CPack/NSIS: Add option to not display license page
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6422
|
| |
| |
| |
| | |
Fixes: #22215
|
|/
|
|
| |
Fixes: #22508
|
|\ |
|
| |
| |
| |
| |
| |
| | |
It allows users to set a custom one without changing the PATH environment variable.
Fixes: #21733
|
|/ |
|
|
|
|
|
|
|
| |
See https://nsis.sourceforge.io/Reference/BrandingText
for more information.
Fixes: #21479
|
|
|
|
| |
Issue: #19715
|
|
|
|
|
|
|
| |
See https://nsis.sourceforge.io/Reference/ManifestDPIAware
for more information.
Fixes: #17724
|
|
|
|
|
|
|
|
|
| |
Since commit 9d2816544e (CPack/NSIS: Also preload the "UserInfo.dll"
plugin, 2020-01-04, v3.17.0-rc1~204^2) we require NSIS 3.0. Since
older versions do not support Windows 8 or above, we can now require
at least version 3.0.
Fixes: #20514
|
|
|
|
| |
Fixes: #20120
|
|
|
|
| |
Fixes: #11275
|
|
|
|
| |
Fixes: #10728
|
| |
|
| |
|
|
The documentation for CPack generators previously lived in their
respective internal CMake modules. This setup was misleading,
because it implied that you should include the modules in your own
code, which is not the case. Moving the documentation into a
separate section does a better job of hiding the internal modules,
which are just an implementation detail. The generator documentation
has also been modified to remove any references to the module name.
The CPackIFW module is a special exception: since it has user-facing
macros, the documentation for these macros has been kept in the module
page, while all other documentation related to the IFW generator has
been moved into the new section.
To make it easier to find the new documentation, the old help pages
for the CPack*.cmake modules have not been deleted, but have been
replaced with a link to their respective help page in the new
documentation section.
|