Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exclude the LINK_LIBRARIES related properties from INTERFACE evaluation. | Stephen Kelly | 2013-01-24 | 4 | -1/+40 |
| | | | | | | These interface-related link-libraries properties are used to determine the value of the other INTERFACE properties, so we were getting infinite recursion and segfaults otherwise. | ||||
* | Make INTERFACE determined properties readable in generator expressions. | Stephen Kelly | 2013-01-20 | 3 | -0/+46 |
The properties are evaluated as link-dependent interface properties when evaluating the generator expressions. |