summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0028/CMP0028-OLD-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename RunCMake.{CMP0028 => LinkItemValidation}Brad King2021-12-201-10/+0
| | | | Generalize the test name to prepare for cases beyond CMP0028.
* Add deprecation warnings for policies CMP0036 and belowBrad King2017-04-211-0/+10
| | | | | | The OLD behaviors of all policies are deprecated, but only by documentation. Add an explicit deprecation diagnostic for some policies to encourage projects to port away from setting policies to OLD.
* RunCMake: Remove unneeded files.Stephen Kelly2015-02-091-1/+0
| | | | | The default expectation of RunCMake tests is empty content, so there is no need to specify it.
* Consider targets with double colons to be IMPORTED or ALIAS targets.Stephen Kelly2013-10-211-0/+1
Introduce a policy to control the behavior. The AliasTargets unit test already tests that using a double-semicolon in the name is not an error. Change the ExportImport test to use a namespace with a double-semicolon too.