summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0028
Commit message (Collapse)AuthorAgeFilesLines
* Add deprecation warnings for policies CMP0036 and belowBrad King2017-04-212-0/+20
| | | | | | 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-092-2/+0
| | | | | The default expectation of RunCMake tests is empty content, so there is no need to specify it.
* Tests: Simplify and document policy scopes in RunCMake.CMP* testsBrad King2014-03-061-1/+1
| | | | | Drop unnecessary NO_POLICY_SCOPE options. Document why the remaining options are necessary.
* CMP0028: Trigger on libraries from INTERFACE of dependencies.Stephen Kelly2014-02-0910-0/+43
|
* cmTarget: Fix typoStephen Kelly2013-12-192-2/+2
| | | | 'a ALIAS' -> 'an ALIAS'
* Consider targets with double colons to be IMPORTED or ALIAS targets.Stephen Kelly2013-10-2112-0/+42
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.