Files
cmake/Help/release/dev/xcode-embed-genex.rst
Tor Arne Vestbø 90c03329dd Xcode: Honor generator expressions in XCODE_EMBED_<type>
Evaluate the XCODE_EMBED_<type> target property through the generator
expression evaluator before building the copy-files phase.  Xcode shares
one copy-files build phase across all configurations, so the embedded set
cannot vary by configuration.  Reject any expression whose result depends
on the configuration, matching the existing per-source diagnostic.

Fixes #28082
2026-09-11 16:45:25 +02:00

9 lines
335 B
ReStructuredText

xcode-embed-genex
-----------------
* The :prop_tgt:`XCODE_EMBED_<type>` target property now supports
:manual:`generator expressions <cmake-generator-expressions(7)>`.
Because Xcode shares one copy-files build phase across all configurations,
an expression whose result depends on the configuration is rejected with
an error.