1CMAKE_VS_PLATFORM_TOOLSET 2------------------------- 3 4Visual Studio Platform Toolset name. 5 6VS 10 and above use MSBuild under the hood and support multiple 7compiler toolchains. CMake may specify a toolset explicitly, such as 8``v110`` for VS 11 or ``Windows7.1SDK`` for 64-bit support in VS 10 9Express. CMake provides the name of the chosen toolset in this 10variable. 11 12See the :variable:`CMAKE_GENERATOR_TOOLSET` variable for details. 13