blob: 7a497b0b6fe4967c443ceb87777d6533adcc2e4a (
plain)
1
2
3
4
5
6
7
|
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.
|