-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: Propagate SBOM options to auto-created attribution targets
Previously if an option like CPE was passed to a 3rd party target that would create nested attribution targets, one per entry in the attribution file, the CPE option would only apply to the first / parent target, but not to the nested targets. This change will now propagate all SBOM options to the nested targets, but only if the parent target is not a Qt entity type like a module, plugin, etc, which means it will only apply to 3rd party attribution targets. The restriction is there because because mostly only 3rd party attribution targets should inherit the same set of CPEs and similar SBOM values. If the restriction proves to be too strict, it will be re-assessed in a future change. Pick-to: 6.8 Task-number: QTBUG-122899 Change-Id: I96cfa046ad611c10877b7a06504b35615b539bbe Reviewed-by: Joerg Bornemann <[email protected]>
- Loading branch information
Showing
1 changed file
with
71 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters