Skip to content
  • Alexander Neundorf's avatar
    exports: accept a missing target if it is exported exactly once · 87f4c019
    Alexander Neundorf authored and Brad King's avatar Brad King committed
    If a target is exported, and a library it depends on is not part
    of the same export set, before this patch cmake errored out.
    With this patch, it now checks whether the missing target
    is exported somewhere else exactly once, and accepts in this
    case (because then it can determine the namespace for the
    missing target and use this).
    
    Alex
    87f4c019