Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make $<LINK_ONLY> available to projects (#14751) | Brad King | 2014-07-16 | 1 | -0/+6 |
Previously this generator expression was used internally by the target_link_libraries command to honor private linking requirements of static libraries in their INTERFACE_LINK_LIBRARIES. Remove the check that limits $<LINK_ONLY> to this use case to make it available for project code to use too. |