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/variable | |
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/variable')
-rw-r--r-- | Help/variable/MSVC_VERSION.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Help/variable/MSVC_VERSION.rst b/Help/variable/MSVC_VERSION.rst index 241eb03..cbb3a3c 100644 --- a/Help/variable/MSVC_VERSION.rst +++ b/Help/variable/MSVC_VERSION.rst @@ -19,8 +19,6 @@ Known version numbers are:: 1900 = VS 14.0 (v140 toolset) 1910-1919 = VS 15.0 (v141 toolset) 1920-1929 = VS 16.0 (v142 toolset) - -.. 1930-1939 = VS 17.0 (v143 toolset) See also the :variable:`CMAKE_<LANG>_COMPILER_VERSION` and |