Help: Add MSVC_TOOLSET_VERSION value for v143 toolset

This was accidentally left out of commit f01ea7e391 (MSVC: Fix
MSVC_TOOLSET_VERSION for VS 2022 v143 toolset, 2019-04-03,
v3.21.3~10^2~1).
This commit is contained in:
Heiko Thiel
2022-02-09 15:07:02 +01:00
committed by Brad King
parent 6fe5df13c2
commit dca3a032d1

View File

@@ -17,6 +17,7 @@ Known toolset version numbers are::
140 = VS 2015 (14.0)
141 = VS 2017 (15.0)
142 = VS 2019 (16.0)
143 = VS 2022 (17.0)
Compiler versions newer than those known to CMake will be reported
as the latest known toolset version.