mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-26 11:04:33 +00:00
External tools may create a `.xcworkspace` directory next to the `.xcodeproj` directory that CMake generates. If a workspace exists, drive the build through it instead. Closes: #26958 Co-authored-by: Brad King <brad.king@kitware.com>
8 lines
316 B
ReStructuredText
8 lines
316 B
ReStructuredText
xcode-build-workspace
|
|
---------------------
|
|
|
|
* The :ref:`cmake --build <Build Tool Mode>` command-line tool, when used
|
|
with the :generator:`Xcode` generator, now detects when a third-party
|
|
tool has wrapped the generated ``.xcodeproj`` in a ``.xcworkspace``,
|
|
and drives the build through the workspace instead.
|