summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_VS_PLATFORM_TOOLSET_VERSION.rst
Commit message (Collapse)AuthorAgeFilesLines
* VS: Add option to select the version of the toolset used by VS 2017Basil Fierz2018-05-291-0/+11
Add new `version=` parameter in the toolset setting to select the version. Add variable `CMAKE_VS_PLATFORM_TOOLSET_VERSION` to hold the version, if one is set (blank indicates default). Fixes: #17549