cmake/Help/variable/CMAKE_VS_PLATFORM_NAME_DEFAULT.rst

12 lines
453 B
ReStructuredText
Raw Normal View History

2019-11-11 23:01:05 +01:00
CMAKE_VS_PLATFORM_NAME_DEFAULT
------------------------------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.14.3
2019-11-11 23:01:05 +01:00
Default for the Visual Studio target platform name for the current generator
without considering the value of the :variable:`CMAKE_GENERATOR_PLATFORM`
variable. For :ref:`Visual Studio Generators` for VS 2017 and below this is
always ``Win32``. For VS 2019 and above this is based on the host platform.
See also the :variable:`CMAKE_VS_PLATFORM_NAME` variable.