diff options
author | Johnny Jazeix <jazeix@gmail.com> | 2020-10-19 17:53:56 (GMT) |
---|---|---|
committer | Johnny Jazeix <jazeix@gmail.com> | 2020-10-19 17:53:56 (GMT) |
commit | c92b96234acfe142df88cd1ba5815373721d5c22 (patch) | |
tree | 93fdb9f5e051fecccaff168ca9cc9744fd945145 /Modules | |
parent | 52be712ad83ecd66d9f975309bd223724bd227ac (diff) | |
download | CMake-c92b96234acfe142df88cd1ba5815373721d5c22.zip CMake-c92b96234acfe142df88cd1ba5815373721d5c22.tar.gz CMake-c92b96234acfe142df88cd1ba5815373721d5c22.tar.bz2 |
CPack/NSIS: Template file in UTF-8 BOM to support Unicode
Fixes: #21318
Diffstat (limited to 'Modules')
-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 6009ce0..b448c76 100644 --- a/Modules/Internal/CPack/NSIS.template.in +++ b/Modules/Internal/CPack/NSIS.template.in @@ -1,4 +1,4 @@ -; CPack install script designed for a nmake build +; CPack install script designed for a nmake build ;-------------------------------- ; You must define these values |