diff options
author | Brad King <brad.king@kitware.com> | 2020-03-31 14:54:31 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-03-31 14:57:28 (GMT) |
commit | aa78a2537c267ffdb9b6926f5f01204e3b3dbb3e (patch) | |
tree | de180fd2f62ee5ad9527fb4f261f09b6cbf68c1b /Help/release | |
parent | e3185e3d1b92a95c18f22f70b3cef6944dd019eb (diff) | |
download | CMake-aa78a2537c267ffdb9b6926f5f01204e3b3dbb3e.zip CMake-aa78a2537c267ffdb9b6926f5f01204e3b3dbb3e.tar.gz CMake-aa78a2537c267ffdb9b6926f5f01204e3b3dbb3e.tar.bz2 |
CPack/NSIS: Document and check requirement of at least NSIS 3.0
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
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/3.17.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Help/release/3.17.rst b/Help/release/3.17.rst index c2cfdf0..7c5b44d 100644 --- a/Help/release/3.17.rst +++ b/Help/release/3.17.rst @@ -282,6 +282,8 @@ Deprecated and Removed Features option and cannot be fixed without breaking compatibility, and so have been superseded. +* The :cpack_gen:`CPack NSIS Generator` now requires NSIS 3.0 or later. + Other Changes ============= @@ -319,3 +321,15 @@ Other Changes * The :generator:`Xcode` generator no longer hard-codes ``-Wmost``, ``-Wno-four-char-constants``, and ``-Wno-unknown-pragmas`` warning flags. + +Updates +======= + +Changes made since CMake 3.17.0 include the following. + +3.17.1 +------ + +* CMake 3.17.0 updated the :cpack_gen:`CPack NSIS Generator` with changes + that require NSIS 3.0 or later. CMake 3.17.1 now enforces the use + of a sufficiently new version. |