Skip to content
  • Roger Leigh's avatar
    FindBoost: Tolerate missing indirect dependencies (#16013) · e2f387fa
    Roger Leigh authored and Brad King's avatar Brad King committed
    Depending upon the configuration, certain components may or may not
    be installed, for example Boost.Regex, but other components may
    still have header dependencies upon these components which will
    obviously fail to work.  Since we can't make a sensible
    determination with the hardcoded dependency information, we
    choose to interpret these dependencies less strictly.
    e2f387fa