summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GeneratorExpression/BadIF-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Genex: Add `IF` generator expressionColby Pike2017-01-261-0/+15
This allows a single condition to be used to choose between two alternatives. Without this the condition must be duplicated with one surrounded by `NOT`. Closes: #15585