On 06/06/2013 10:58 AM, Stephen Kelly wrote: > set_property(TARGET some_imported APPEND PROPERTY > LINK_INTERFACE_LIBRARIES foo > ) [snip] > Fixing it is quite easy I think. All non-IMPORTED targets from the INTERFACE > of IMPORTED targets in the link implementation simply get appended to the > result in GetDirectLinkLibraries.
Yes, if a project does that we should hook up the dependencies correctly. We already support transitive dependencies through imported targets onto non-imported targets through add_dependencies. -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
