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/generator | |
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/generator')
-rw-r--r-- | Help/generator/Visual Studio 17 2022.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/generator/Visual Studio 17 2022.rst b/Help/generator/Visual Studio 17 2022.rst index 06deda4..6007365 100644 --- a/Help/generator/Visual Studio 17 2022.rst +++ b/Help/generator/Visual Studio 17 2022.rst @@ -7,7 +7,7 @@ Generates Visual Studio 17 (VS 2022) project files. .. warning:: - This is experimental and based on "Visual Studio 2022 Preview 1.1". + This is experimental and based on "Visual Studio 2022 Preview 2". As of this version of CMake, VS 2022 has not been released. Project Types @@ -51,7 +51,7 @@ name (architecture). For example: Toolset Selection ^^^^^^^^^^^^^^^^^ -The ``v142`` toolset that comes with VS 17 2022 Preview 1.1 is selected by +The ``v143`` toolset that comes with VS 17 2022 Preview 2 is selected by default. The :variable:`CMAKE_GENERATOR_TOOLSET` option may be set, perhaps via the :manual:`cmake(1)` ``-T`` option, to specify another toolset. |