mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-09 07:39:47 -05:00
30c835428f
The VS 16.8 and VS 16.9 toolset versions differ only in their third component. The `vcvarsall` option `-vcvars_ver=` accepts a three component version, so accept this format for VS toolset selection too. Issue: #21922