2018-04-23 21:13:27 +02:00
|
|
|
CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY
|
|
|
|
-------------------------------------------
|
|
|
|
|
2021-09-14 00:13:48 +02:00
|
|
|
.. versionadded:: 3.11
|
|
|
|
|
2018-04-23 21:13:27 +02:00
|
|
|
If enabled, the :generator:`Xcode` generator will generate only a
|
|
|
|
single Xcode project file for the topmost :command:`project()` command
|
|
|
|
instead of generating one for every ``project()`` command.
|
|
|
|
|
|
|
|
This could be useful to speed up the CMake generation step for
|
|
|
|
large projects and to work-around a bug in the ``ZERO_CHECK`` logic.
|