diff options
author | Brad King <brad.king@kitware.com> | 2016-10-14 13:25:34 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-10-14 13:25:34 (GMT) |
commit | a8513d8a80dbf654915a3176673e7f7ef544a957 (patch) | |
tree | 55a6a1c0c997602765f5765ee327008b27df75dd /Help/manual/OPTIONS_BUILD.txt | |
parent | eb923da2c41ab811a6adec44ef87f3aa8bd26849 (diff) | |
parent | d079e71c290c3c55a2db5180953daf014a964c25 (diff) | |
download | CMake-a8513d8a80dbf654915a3176673e7f7ef544a957.zip CMake-a8513d8a80dbf654915a3176673e7f7ef544a957.tar.gz CMake-a8513d8a80dbf654915a3176673e7f7ef544a957.tar.bz2 |
Merge topic 'vs-host-x64-tools'
d079e71c VS: Provide an option to use x64 host tools
779939a0 Help: Document VS and Xcode toolset selection
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. |