diff options
author | Brad King <brad.king@kitware.com> | 2021-08-19 19:19:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-08-25 13:47:30 (GMT) |
commit | c8ec137da762d52ae597c8cdb369e7f4958f126f (patch) | |
tree | 7e861923666bdbc6841e4a7af352264ab56028aa /Help/release | |
parent | e4302d8c8d52bf78aff9abf49d1d366c90e908c0 (diff) | |
download | CMake-c8ec137da762d52ae597c8cdb369e7f4958f126f.zip CMake-c8ec137da762d52ae597c8cdb369e7f4958f126f.tar.gz CMake-c8ec137da762d52ae597c8cdb369e7f4958f126f.tar.bz2 |
VS: Update Visual Studio 17 2022 generator for Preview 3.1
Issue: #22339
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/3.21.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Help/release/3.21.rst b/Help/release/3.21.rst index fc5d6ac..a5125ac 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 2" because this + experimental and based on "Visual Studio 2022 Preview 3.1" because this version of VS has not been released. * The :ref:`Makefile Generators` and the :generator:`Ninja` generator @@ -310,3 +310,6 @@ Changes made since CMake 3.21.0 include the following. * ``CUDA`` targets with :prop_tgt:`CUDA_SEPARABLE_COMPILATION` enabled are now correctly generated in non-root directories. + +* The :generator:`Visual Studio 17 2022` generator is now based on + "Visual Studio 2022 Preview 3.1". Previously it was based on "Preview 2". |