summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/TargetPropertyGeneratorExpressions/BadInvalidName5-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Keep track of INCLUDE_DIRECTORIES as a vector of structs.Stephen Kelly2013-01-031-1/+3
| | | | | The struct can keep track of where the include came from, which gives us proper backtraces.
* GenEx: Validate target and property names.Stephen Kelly2012-10-091-0/+7
They must be non-empty, and match a restrictive regexp.