mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
12 lines
442 B
ReStructuredText
12 lines
442 B
ReStructuredText
CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY
|
|
-------------------------------------------
|
|
|
|
.. versionadded:: 3.11
|
|
|
|
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.
|