diff options
author | Damien R <9464-damienrg@users.noreply.gitlab.kitware.com> | 2019-03-28 23:47:23 (GMT) |
---|---|---|
committer | Damien R <9464-damienrg@users.noreply.gitlab.kitware.com> | 2019-03-29 21:03:21 (GMT) |
commit | 37da6af17d0d2cc8b499dc58f74866351e06c288 (patch) | |
tree | d7af06b514d0af13f072a0d05ca77ad42d085630 /Tests/FindCups | |
parent | 14b6cd497f0e27dc5d02d678fcab0ca1492a320b (diff) | |
download | CMake-37da6af17d0d2cc8b499dc58f74866351e06c288.zip CMake-37da6af17d0d2cc8b499dc58f74866351e06c288.tar.gz CMake-37da6af17d0d2cc8b499dc58f74866351e06c288.tar.bz2 |
find_dependency: Always search dependencies
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.
Diffstat (limited to 'Tests/FindCups')
0 files changed, 0 insertions, 0 deletions