Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Export: Fix typo of LINK_INTERFACE_LIBRARIES. | Stephen Kelly | 2013-07-26 | 1 | -1/+1 |
| | | | | Refer correctly to the old property, not the new one. | ||||
* | Export: Generate INTERFACE_LINK_LIBRARIES property on targets. | Stephen Kelly | 2013-07-08 | 1 | -0/+4 |
This property is generated only for targets which have recorded policy CMP0022 as NEW, and a compatibility mode is added to additionally export the old interfaces in that case too. If the old interfaces are not exported, the generated export files require CMake 2.8.12. Because the unit tests use a version which is not yet called 2.8.12, temporarily require a lower version. |