Skip to content
  • Damien's avatar
    find_dependency: Always search dependencies · 37da6af1
    Damien authored
    When a dependency was already found, find_dependency did not search it
    again. While this works in basic case, it does not when there are
    components as the check does not take components into account.
    
    Given the fact that there is no documentation about this optimization and
    that the correct implementation is not trivial as it would require
    changes in find_package to have the list of components already found we
    always search dependencies.
    
    Fix #17583.
    37da6af1