summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/TargetObjects/NotObjlibTarget-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Genex: Fix grammatical error in TARGET_OBJECTS error messageKyle Edwards2021-02-241-2/+2
|
* Relax the usage of TARGET_OBJECTS generator expressionRobert Maynard2019-04-191-4/+5
| | | | | The geneator expression can now be used with static, shared, and module libraries and executables.
* Genex: Reject TARGET_OBJECTS on non-object libraries earlierBrad King2017-04-181-0/+8
Move the diagnostic that rejects the TARGET_OBJECTS generator expression in non-buildsystem context until after the check for whether the named target is an object library. This order will makes more sense than the previous order once TARGET_OBJECTS is allowed in non-buildsystem context.