blob: d5e9fef4d3ad5c763093655a627bf36651a4e960 (
plain)
1
2
3
4
5
6
7
8
|
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.
|