diff options
author | Brad King <brad.king@kitware.com> | 2021-07-14 18:05:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-07-15 17:12:55 (GMT) |
commit | 0c7f918fb1100c96e043c2f7c13732553b746ced (patch) | |
tree | ad4c9037efe359e109a3db0913cdd4ed6ac2f7c4 /Help/release | |
parent | 1ac1436b25bc65b47ec037c98956ac480bcbed05 (diff) | |
download | CMake-0c7f918fb1100c96e043c2f7c13732553b746ced.zip CMake-0c7f918fb1100c96e043c2f7c13732553b746ced.tar.gz CMake-0c7f918fb1100c96e043c2f7c13732553b746ced.tar.bz2 |
VS: Update Visual Studio 17 2022 generator for Preview 2
In particular, update to toolset `v143`.
Fixes: #22339
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/3.21.rst | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Help/release/3.21.rst b/Help/release/3.21.rst index 204880b..3e70552 100644 --- a/Help/release/3.21.rst +++ b/Help/release/3.21.rst @@ -27,7 +27,7 @@ Generators ---------- * The :generator:`Visual Studio 17 2022` generator was added. This is - experimental and based on "Visual Studio 2022 Preview 1.1" because this + experimental and based on "Visual Studio 2022 Preview 2" because this version of VS has not been released. * The :ref:`Makefile Generators` and the :generator:`Ninja` generator @@ -293,3 +293,14 @@ Other Changes `cmake.org <https://cmake.org/download/>`_ now support ``liblzma`` multi-threading. See the :variable:`CPACK_THREADS` and :variable:`CPACK_ARCHIVE_THREADS` variables. + +Updates +======= + +Changes made since CMake 3.21.0 include the following. + +3.21.1 +------ + +* The :generator:`Visual Studio 17 2022` generator is now based on + "Visual Studio 2022 Preview 2". Previously it was based on "Preview 1.1". |