mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-26 22:37:32 +08:00

Add explicit sections to the individual generator documentation to cover the `cmake -T` option along with the default behavior for each generator.
12 lines
283 B
ReStructuredText
12 lines
283 B
ReStructuredText
Xcode
|
|
-----
|
|
|
|
Generate Xcode project files.
|
|
|
|
Toolset Selection
|
|
^^^^^^^^^^^^^^^^^
|
|
|
|
By default Xcode is allowed to select its own default toolchain.
|
|
The :variable:`CMAKE_GENERATOR_TOOLSET` option may be set, perhaps
|
|
via the :manual:`cmake(1)` ``-T`` option, to specify another toolset.
|