[cmake-developers] Add property to get all linked libraries including transitive ones

maikel van den Hurk maikelvandenhurk at hotmail.com
Fri Nov 4 11:55:15 EDT 2016


Thanks for tracking the issue! Just checked the code and there is the following part https://gitlab.kitware.com/cmake/cmake/blob/v3.6.3/Source/cmGeneratorExpressionNode.cxx#L944 which you will hit when adding LINK_LIBRARIES to the list of items to expand transitively. If I understand this part correctly then this shouldn't be a real problem as the recursion could as well happen in INCLUDE_DIRECTORIES, but please correct me if I am wrong here.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20161104/b88ce29b/attachment.html>


More information about the cmake-developers mailing list