summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GeneratorExpression/LINK_ONLY-not-linking-result.txt
Commit message (Collapse)AuthorAgeFilesLines
* Genex: Diagnose invalid LINK_ONLY usage instead of crashingBrad King2016-09-051-0/+1
When `$<LINK_ONLY:...>` is used outside of linking we may evaluate it without a `dagChecker`. Do not dereference the NULL pointer and issue a diagnostic instead. Closes: #16287