Help: Warn about generator expressions in install(SBOM) docs

This commit is contained in:
Tom Osika
2026-02-12 10:27:26 -05:00
committed by Brad King
parent 88be26a600
commit 54ac3937b6

View File

@@ -1275,6 +1275,11 @@ Signatures
In any case, any metadata values specified in the ``install`` command will
take precedence.
Note that an SBOM file cannot be generated for targets with generator
expressions contained in their :prop_tgt:`LINK_LIBRARIES` or
:prop_tgt:`INTERFACE_LINK_LIBRARIES` properties, unless the generator
expressions are guarded by :genex:`LINK_ONLY`.
Examples
^^^^^^^^