Skip to content
  • Brad King's avatar
    Follow all dependencies of shared library private dependencies · 183b9509
    Brad King authored
    In cmComputeLinkDepends we compute the transitive closure of private
    shared library dependencies.  When a shared library is added to this
    closure we must follow all of its dependencies whether they are private
    or public.  Previously we only followed the private dependencies.  Fix
    the implementation to follow the public dependencies too.  Also extend
    the ExportImport test to cover this case.
    183b9509