1CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY 2------------------------------------------- 3 4.. versionadded:: 3.11 5 6If enabled, the :generator:`Xcode` generator will generate only a 7single Xcode project file for the topmost :command:`project()` command 8instead of generating one for every ``project()`` command. 9 10This could be useful to speed up the CMake generation step for 11large projects and to work-around a bug in the ``ZERO_CHECK`` logic. 12