Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMP0028: Trigger on libraries from INTERFACE of dependencies. | Stephen Kelly | 2014-02-09 | 10 | -0/+43 |
| | |||||
* | cmTarget: Fix typo | Stephen Kelly | 2013-12-19 | 2 | -2/+2 |
| | | | | 'a ALIAS' -> 'an ALIAS' | ||||
* | Consider targets with double colons to be IMPORTED or ALIAS targets. | Stephen Kelly | 2013-10-21 | 12 | -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. |