summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-03-13 14:03:17 (GMT)
committerBrad King <brad.king@kitware.com>2017-03-13 14:36:58 (GMT)
commit35c5cddcc51b8e2e6caaebc969ce3d7ae810dee3 (patch)
treeff0c8248a7a4eccf23e700fc8501268b77d15a79 /Help/variable
parent7df38939f9cc21d955c2daf5b6dc2cf70bbfca74 (diff)
downloadCMake-35c5cddcc51b8e2e6caaebc969ce3d7ae810dee3.zip
CMake-35c5cddcc51b8e2e6caaebc969ce3d7ae810dee3.tar.gz
CMake-35c5cddcc51b8e2e6caaebc969ce3d7ae810dee3.tar.bz2
Help: Cross-reference generator platform variables
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_GENERATOR_PLATFORM.rst6
-rw-r--r--Help/variable/CMAKE_VS_PLATFORM_NAME.rst1
2 files changed, 7 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_GENERATOR_PLATFORM.rst b/Help/variable/CMAKE_GENERATOR_PLATFORM.rst
index 161ef20..50412ff 100644
--- a/Help/variable/CMAKE_GENERATOR_PLATFORM.rst
+++ b/Help/variable/CMAKE_GENERATOR_PLATFORM.rst
@@ -20,3 +20,9 @@ Platform specification is supported only on specific generators:
specifies the target architecture.
See native build system documentation for allowed platform names.
+
+Visual Studio Platform Selection
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+On :ref:`Visual Studio Generators` the selected platform name
+is provided in the :variable:`CMAKE_VS_PLATFORM_NAME` variable.
diff --git a/Help/variable/CMAKE_VS_PLATFORM_NAME.rst b/Help/variable/CMAKE_VS_PLATFORM_NAME.rst
index c6f8d41..a532743 100644
--- a/Help/variable/CMAKE_VS_PLATFORM_NAME.rst
+++ b/Help/variable/CMAKE_VS_PLATFORM_NAME.rst
@@ -5,3 +5,4 @@ Visual Studio target platform name.
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.