write-single-xcodeproj.rst 394 B

12345678
  1. write-single-xcodeproj
  2. ----------------------
  3. * The :generator:`Xcode` generator behavior of generating one project
  4. file per :command:`project()` command could now be controlled with the
  5. :variable:`CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY` variable.
  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.