Skip to content
  • Brad King's avatar
    CMP0028: Report the target whose link interface has an offending item · ea050286
    Brad King authored
    Previously items linked via the link interface of a dependency were
    reported in CMP0028 messages as if directly linked by a target.
    Clarify the messages to indicate that an offending item is actually
    in the link interface of a given target, regardless of its consumer.
    
    Move the check to the end of generation and look through the final set
    of link implementations and link interfaces that were used for
    generation.  This avoids repeating messages on link interfaces that
    have multiple consumers.
    ea050286