CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY.rst 418 B

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