Skip to content
  • Bill Hoffman's avatar
    CTest: Split out labels and subproject labels in summary output · a6e32eb0
    Bill Hoffman authored and Brad King's avatar Brad King committed
    This commit splits out the reporting of labels and labels used for sub
    projects. If a label is a sub project label it will not be included in
    the label summary.  To implement this the commit creates
    PrintLabelOrSubprojectSummary which is able to do the work of both
    PrintLabelSummary and PrintSubprojectSummary avoiding code duplication.
    a6e32eb0