summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GeneratorExpression/empty.c
Commit message (Collapse)AuthorAgeFilesLines
* Genex: Reject $<TARGET_FILE:...> for object libraries (#14532)Brad King2013-11-011-0/+0
Teach the cmGeneratorExpressionEvaluator filesystem artifact logic to reject OBJECT_LIBRARY targets since they have no main artifact. Without the explicit rejection evaluation falls through to an internal CMake error message in cmTarget::GetOutputInfo. Extend the RunCMake.GeneratorExpression test to cover these cases.