summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0028
Commit message (Collapse)AuthorAgeFilesLines
* 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.