2013-10-15 19:17:36 +04: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-08-18 08:34:01 +03:00
|
|
|
``v110`` for VS 11 or ``Windows7.1SDK`` for 64-bit support in VS 10
|
2013-10-15 19:17:36 +04:00
|
|
|
Express. CMake provides the name of the chosen toolset in this
|
|
|
|
variable.
|