Skip to content

Add cmake variable MSVC_TOOLSET_VERSION

We have several places that map from the MSVC_VERSION to the toolset version number, e.g. 1910 to 141 for the v141 toolset. Factor this out into a new variable providing the information.

Fixes: #16923 (closed)

Edited by Brad King

Merge request reports