Xcode: Add option to generate only topmost project file

Closes #16780
This commit is contained in:
Gregor Jasny
2017-10-19 22:48:13 +02:00
parent 41d796be15
commit e4e9ce7cbe
8 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY
-------------------------------------------
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.