Files
CMake/Help/release/dev/write-single-xcodeproj.rst
2017-10-31 17:09:26 +01:00

9 lines
394 B
ReStructuredText

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