On 02/11/2014 08:46 AM, Stephen Kelly wrote:
> We could consider making the LINK_ONLY generator expression public in order 
> to allow the user to decide the granularity here (possibly encapsulated in a 
> INTERFACE_LIBRARY).

For reference, without the interface target it is as simple as:

 target_link_libraries(staticB $<LINK_ONLY:staticA>)

Do we have any enforcement for $<LINK_ONLY> to be used only with
static libraries?  Is there any reason not to allow it for all
library types?  It looks like a way to suppress usage requirements
specified by a package but that the consuming project does not
want for some reason.

-Brad

-- 

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to