CMAKE_XCODE_PLATFORM_TOOLSET.rst 319 B

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