cmake/Help/variable/CMAKE_VS_PLATFORM_TOOLSET.rst

13 lines
434 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_VS_PLATFORM_TOOLSET
-------------------------
Visual Studio Platform Toolset name.
VS 10 and above use MSBuild under the hood and support multiple
compiler toolchains. CMake may specify a toolset explicitly, such as
2015-11-17 17:22:37 +01:00
``v110`` for VS 11 or ``Windows7.1SDK`` for 64-bit support in VS 10
2014-08-03 19:52:23 +02:00
Express. CMake provides the name of the chosen toolset in this
variable.
2017-07-20 19:35:53 +02:00
See the :variable:`CMAKE_GENERATOR_TOOLSET` variable for details.