mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
13 lines
401 B
ReStructuredText
13 lines
401 B
ReStructuredText
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.
|