2014-08-03 19:52:23 +02:00
|
|
|
CMAKE_XCODE_PLATFORM_TOOLSET
|
|
|
|
----------------------------
|
|
|
|
|
|
|
|
Xcode compiler selection.
|
|
|
|
|
2015-11-17 17:22:37 +01:00
|
|
|
:generator:`Xcode` supports selection of a compiler from one of the installed
|
2014-08-03 19:52:23 +02:00
|
|
|
toolsets. CMake provides the name of the chosen toolset in this
|
2015-11-17 17:22:37 +01:00
|
|
|
variable, if any is explicitly selected (e.g. via the :manual:`cmake(1)`
|
|
|
|
``-T`` option).
|