CMAKE_VS_PLATFORM_TOOLSET.rst 367 B

12345678910
  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.