2015-04-27 22:25:09 +02:00
|
|
|
CMAKE_VS_PLATFORM_NAME
|
|
|
|
----------------------
|
|
|
|
|
2021-09-14 00:13:48 +02:00
|
|
|
.. versionadded:: 3.1
|
|
|
|
|
2019-11-11 23:01:05 +01:00
|
|
|
Visual Studio target platform name used by the current generator.
|
2015-04-27 22:25:09 +02:00
|
|
|
|
|
|
|
VS 8 and above allow project files to specify a target platform.
|
|
|
|
CMake provides the name of the chosen platform in this variable.
|
2017-07-20 19:35:53 +02:00
|
|
|
See the :variable:`CMAKE_GENERATOR_PLATFORM` variable for details.
|
2019-11-11 23:01:05 +01:00
|
|
|
|
|
|
|
See also the :variable:`CMAKE_VS_PLATFORM_NAME_DEFAULT` variable.
|