summaryrefslogtreecommitdiff
path: root/Help/variable/CMAKE_VS_PLATFORM_NAME.rst
blob: 7d08add653cf1d337abb5cb2d7706649f13d63a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CMAKE_VS_PLATFORM_NAME
----------------------

.. versionadded:: 3.1

Visual Studio target platform name used by the current generator.

VS 8 and above allow project files to specify a target platform.
CMake provides the name of the chosen platform in this variable.
See the :variable:`CMAKE_GENERATOR_PLATFORM` variable for details.

See also the :variable:`CMAKE_VS_PLATFORM_NAME_DEFAULT` variable.