summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_sources/FileSetDirect-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* target_sources: give a hint when a file named `FILE_SET` is not foundBen Boeckel2023-02-241-0/+12
`FILE_SET` is only supported within `target_sources()` and only directly after a visibility keyword or another `FILE_SET`. Give a hint as to what might be wrong if a file named `FILE_SET` cannot be found for any reason. Fixes: #24539