2013-10-15 19:17:36 +04:00
|
|
|
CMAKE_XCODE_PLATFORM_TOOLSET
|
|
|
|
----------------------------
|
|
|
|
|
|
|
|
Xcode compiler selection.
|
|
|
|
|
2015-08-18 08:34:01 +03:00
|
|
|
:generator:`Xcode` supports selection of a compiler from one of the installed
|
2013-10-15 19:17:36 +04:00
|
|
|
toolsets. CMake provides the name of the chosen toolset in this
|
2015-08-18 08:34:01 +03:00
|
|
|
variable, if any is explicitly selected (e.g. via the :manual:`cmake(1)`
|
|
|
|
``-T`` option).
|