summaryrefslogtreecommitdiffstats
path: root/Help/generator
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-09-16 12:16:42 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-09-16 12:16:54 (GMT)
commit1b91aaecd8ab707e1f245bc911baebd55637881a (patch)
tree5278baf7e69de4e030c9acc95d81e7a05fb23f03 /Help/generator
parent86d0d78f2e6d39d22878b2a15f66ec854ed06848 (diff)
parentb6ac10394b88b476f069ba75426c1556ab8bfe00 (diff)
downloadCMake-1b91aaecd8ab707e1f245bc911baebd55637881a.zip
CMake-1b91aaecd8ab707e1f245bc911baebd55637881a.tar.gz
CMake-1b91aaecd8ab707e1f245bc911baebd55637881a.tar.bz2
Merge topic 'vs2022'
b6ac10394b VS: Update Visual Studio 17 2022 generator for Preview 4 f200f4d5a7 VS: Fix managed C++ project generation for VS 2022 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6524
Diffstat (limited to 'Help/generator')
-rw-r--r--Help/generator/Visual Studio 17 2022.rst4
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 8b97b9f..708909e 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 3.1".
+ This is experimental and based on "Visual Studio 2022 Preview 4".
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 ``v143`` toolset that comes with VS 17 2022 Preview 3.1 is selected by
+The ``v143`` toolset that comes with VS 17 2022 Preview 4 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.