diff options
author | Brad King <brad.king@kitware.com> | 2016-10-01 12:20:43 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-10-01 12:20:43 (GMT) |
commit | 9921b2f8c897d6981e9003353962529d0d52f580 (patch) | |
tree | 84f236d0db419673f68abfd53f343d523c0e1033 /Help/manual | |
parent | 38a4e5883f1503cdde2f32c6dd1074d6386d3e4f (diff) | |
parent | 39c898a107269a488b9dcb72bf99c545ab35e54c (diff) | |
download | CMake-9921b2f8c897d6981e9003353962529d0d52f580.zip CMake-9921b2f8c897d6981e9003353962529d0d52f580.tar.gz CMake-9921b2f8c897d6981e9003353962529d0d52f580.tar.bz2 |
Merge topic 'doc-cmake-A-link'
39c898a1 Help: Clarify that `cmake -A` option sets VS IDE target architecture
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/OPTIONS_BUILD.txt | 8 |
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. |