Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | try_compile: Extract IMPORTED targets from INTERFACE_LINK_LIBRARIES | Stephen Kelly | 2013-08-26 | 1 | -0/+15 |
| | |||||
* | try_compile: Extract IMPORTED targets from LINK_DEPENDENT_LIBRARIES | Stephen Kelly | 2013-08-26 | 1 | -6/+6 |
| | |||||
* | Handle targets in the LINK_LIBRARIES of try_compile. | Stephen Kelly | 2013-02-22 | 1 | -0/+21 |
Imported targets are re-exported so that they can be used by the try_compile generated code with target_link_libraries. This makes the use of the cmake_expand_imported_targets macro obsolete. The macro is not able to expand the generator expressions which may appear in the IMPORTED_LINK_INTERFACE_LIBRARIES content. Instead it just sees them as 'not a target'. |