mirror of https://github.com/Kitware/CMake.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
394 B
8 lines
394 B
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.
|