Skip to content

VS: Fix '-T version=14.4x' under VS 17.1x

Brad King requested to merge brad.king/cmake:vs-17.11 into master

Starting with VS 17.10 the v143 toolset reserves versions 14.30 through 14.49. This is the first time that the first three digits of the version do not match the toolset name. Extend the special case from !9271 (merged) to cover the entire reserved version range.

Backport: release
Manual-backport: release-3.29

Merge request reports