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.
12 lines
442 B
12 lines
442 B
CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY
|
|
-------------------------------------------
|
|
|
|
.. versionadded:: 3.11
|
|
|
|
If enabled, the :generator:`Xcode` generator will generate only a
|
|
single Xcode project file for the topmost :command:`project()` command
|
|
instead of generating one for every ``project()`` command.
|
|
|
|
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.
|