mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-15 03:48:02 +08:00
Help: Update MSVC_VERSION range for VS 17.10's MSVC 14.40 toolset
According to this blog post: * https://devblogs.microsoft.com/cppblog/msvc-toolset-minor-version-number-14-40-in-vs-2022-v17-10/ the 14.40 through 14.49 version range will be used by the v143 toolsets. Fixes: #26015
This commit is contained in:
@@ -19,7 +19,7 @@ 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)
|
||||
1930-1949 = VS 17.0 (v143 toolset)
|
||||
|
||||
See also the :variable:`CMAKE_<LANG>_COMPILER_VERSION` and
|
||||
:variable:`MSVC_TOOLSET_VERSION` variable.
|
||||
|
Reference in New Issue
Block a user