mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
Provide an option to switch back to the original build system via `-T buildsystem=1`. Fixes: #18088
8 lines
300 B
ReStructuredText
8 lines
300 B
ReStructuredText
xcode-12-new-build-system
|
|
-------------------------
|
|
|
|
* The :generator:`Xcode` generator now uses the Xcode "new build system"
|
|
when generating for Xcode 12.0 or higher.
|
|
See the :variable:`CMAKE_XCODE_BUILD_SYSTEM` variable.
|
|
One may use ``-T buildsystem=1`` to switch to the legacy build system.
|