summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0037/CMP0037-NEW-reserved-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Policies: omit warnings about unset policies when they are actually set to NEWNils Gladitz2014-03-311-15/+0
|
* CMP0037: Extend policy to reserved names and custom targetsNils Gladitz2013-11-191-0/+33
Teach add_custom_target to check the policy too. Extend the policy to disallow reserved target names that we use for builtin targets like "all". Extend the RunCMake.CMP0037 test to cover these cases.