summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-09-15 14:27:38 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-09-15 14:27:38 (GMT)
commitb234836637d97b2d9cc837829c485ec87e64c5ce (patch)
tree294c854c5146ac45b5598f7220c36a4a4c7b8b6e /Help/manual
parent9edf6903e62f84a567db3938bb8fec3f19789545 (diff)
parentbe6a555d7ec9348575e3431bd6709f48dc959100 (diff)
downloadCMake-b234836637d97b2d9cc837829c485ec87e64c5ce.zip
CMake-b234836637d97b2d9cc837829c485ec87e64c5ce.tar.gz
CMake-b234836637d97b2d9cc837829c485ec87e64c5ce.tar.bz2
Merge topic 'vs-generator-platform'
be6a555d Tests: Test setting a generator platform in a toolchain file d506fee8 Tests: Use -A option to pass generator platform selection 11c9ddd6 ExternalProject: Use -A option to pass generator platform 29bd843e CTest: Use -A option to pass generator platform selection eb7d8156 cmake: Add -A option to specify a generator platform
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/OPTIONS_BUILD.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/manual/OPTIONS_BUILD.txt b/Help/manual/OPTIONS_BUILD.txt
index 2079c44..363d0aa 100644
--- a/Help/manual/OPTIONS_BUILD.txt
+++ b/Help/manual/OPTIONS_BUILD.txt
@@ -51,6 +51,17 @@
See native build system documentation for allowed toolset names.
+``-A <platform-name>``
+ 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::
+
+ Visual Studio >= 8
+
+ See native build system documentation for allowed platform names.
+
``-Wno-dev``
Suppress developer warnings.