summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_sources/FileSetFramework-result.txt
Commit message (Collapse)AuthorAgeFilesLines
* FILE_SET: Forbid adding header sets to Apple FRAMEWORK librariesKyle Edwards2022-04-071-0/+1
The feature needs a specialized implementation to place headers in the right place inside frameworks. To avoid silently doing the wrong thing, make this case an error for the 3.23 series. Issue: #23386