mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-06 07:40:53 +00:00
Merge topic 'nsis-licence-bom' into release-3.25
b276d9d8f1 CPack/NSIS: Document BOM mark for UTF-8 encoded LICENSE file
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7820
This commit is contained in:
@@ -217,7 +217,8 @@ installers. The most commonly-used variables are:
|
||||
to the user by the produced installer (often with an explicit "Accept"
|
||||
button, for graphical installers) prior to installation. This license
|
||||
file is NOT added to the installed files but is used by some CPack generators
|
||||
like NSIS. If you want to install a license file (may be the same as this
|
||||
like NSIS. If you want to use UTF-8 characters, the file needs to be encoded
|
||||
in UTF-8 BOM. If you want to install a license file (may be the same as this
|
||||
one) along with your project, you must add an appropriate CMake
|
||||
:command:`install` command in your ``CMakeLists.txt``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user