set_property: Deduplicate source file directory scopes
A user could specify the same directory scope to set_property() multiple times, which in conjunction with APPEND would append the property multiple times.
Make sure to deduplicate scopes across both DIRECTORY and TARGET_DIRECTORY options, so that a property is only appended once in such a scenario.
Fixes: #20941 (closed)
Backport: release
Edited by Brad King
Merge request reports
Activity
added 1 commit
- f6969b91 - set_property: Deduplicate source file directory scopes
assigned to @craig.scott
changed milestone to %3.18.0
added workflow:in-review label
added workflow:nightly-testing label and removed workflow:in-review label
removed workflow:nightly-testing label
mentioned in commit a3359990
mentioned in commit 53866896
Please register or sign in to reply