You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
453 B
12 lines
453 B
CMAKE_VS_PLATFORM_NAME_DEFAULT
|
|
------------------------------
|
|
|
|
.. versionadded:: 3.14.3
|
|
|
|
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.
|