summaryrefslogtreecommitdiffstats
path: root/Help/manual/OPTIONS_BUILD.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-30 15:50:46 (GMT)
committerBrad King <brad.king@kitware.com>2016-09-30 15:54:16 (GMT)
commit39c898a107269a488b9dcb72bf99c545ab35e54c (patch)
tree0156cdc6d72016cf7e1f95551f8e71d8bdf23c58 /Help/manual/OPTIONS_BUILD.txt
parent8491a539cf316f14abaf70d7be04f8929119e501 (diff)
downloadCMake-39c898a107269a488b9dcb72bf99c545ab35e54c.zip
CMake-39c898a107269a488b9dcb72bf99c545ab35e54c.tar.gz
CMake-39c898a107269a488b9dcb72bf99c545ab35e54c.tar.bz2
Help: Clarify that `cmake -A` option sets VS IDE target architecture
Diffstat (limited to 'Help/manual/OPTIONS_BUILD.txt')
-rw-r--r--Help/manual/OPTIONS_BUILD.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/Help/manual/OPTIONS_BUILD.txt b/Help/manual/OPTIONS_BUILD.txt
index b428a74..fa0e4c1 100644
--- a/Help/manual/OPTIONS_BUILD.txt
+++ b/Help/manual/OPTIONS_BUILD.txt
@@ -66,10 +66,12 @@
Specify platform name if supported by generator.
Some CMake generators support a platform name to be given to the
- native build system to choose a compiler or SDK. This is supported only on
- specific generators::
+ native build system to choose a compiler or SDK. See the
+ :variable:`CMAKE_GENERATOR_PLATFORM` variable.
+ This is supported only on specific generators:
- Visual Studio >= 8
+ * For :ref:`Visual Studio Generators` with VS 2005 and above this
+ specifies the target architecture.
See native build system documentation for allowed platform names.