diff options
author | Brad King <brad.king@kitware.com> | 2016-10-07 19:56:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-10-13 12:59:27 (GMT) |
commit | 779939a00ebc21419404737f2fc2b34e7775f086 (patch) | |
tree | fdd6c2fb6362210d65cbef3b19756f5be3c40497 /Help/manual/OPTIONS_BUILD.txt | |
parent | 7a1e542ed7065ab300af11f5cb4cfe465de2e5e6 (diff) | |
download | CMake-779939a00ebc21419404737f2fc2b34e7775f086.zip CMake-779939a00ebc21419404737f2fc2b34e7775f086.tar.gz CMake-779939a00ebc21419404737f2fc2b34e7775f086.tar.bz2 |
Help: Document VS and Xcode toolset selection
Add explicit sections to the individual generator documentation to cover
the `cmake -T` option along with the default behavior for each
generator.
Diffstat (limited to 'Help/manual/OPTIONS_BUILD.txt')
-rw-r--r-- | Help/manual/OPTIONS_BUILD.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Help/manual/OPTIONS_BUILD.txt b/Help/manual/OPTIONS_BUILD.txt index fa0e4c1..9b3f717 100644 --- a/Help/manual/OPTIONS_BUILD.txt +++ b/Help/manual/OPTIONS_BUILD.txt @@ -52,13 +52,12 @@ Specify toolset name if supported by generator. Some CMake generators support a toolset name to be given to the - native build system to choose a compiler. This is supported only on - specific generators: - - :: + native build system to choose a compiler. + See the :variable:`CMAKE_GENERATOR_TOOLSET` variable. + This is supported only on specific generators: - Visual Studio >= 10 - Xcode >= 3.0 + * :ref:`Visual Studio Generators` for VS 2010 and above + * The :generator:`Xcode` generator for Xcode 3.0 and above See native build system documentation for allowed toolset names. |