CMAKE_VS_PLATFORM_TOOLSET.rst 434 B

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