1CMAKE_XCODE_PLATFORM_TOOLSET
2----------------------------
3
4Xcode compiler selection.
5
6:generator:`Xcode` supports selection of a compiler from one of the installed
7toolsets.  CMake provides the name of the chosen toolset in this
8variable, if any is explicitly selected (e.g.  via the :manual:`cmake(1)`
9``-T`` option).
10