CMake/Tests/Module
Damien R 37da6af17d 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.
2019-03-29 22:03:21 +01:00
..
CheckIPOSupported-C Tests: Print more info on CheckIPOSupported test failure 2017-08-23 08:43:28 -04:00
CheckIPOSupported-CXX Tests: Print more info on CheckIPOSupported test failure 2017-08-23 08:43:28 -04:00
CheckIPOSupported-Fortran Tests: Print more info on CheckIPOSupported test failure 2017-08-23 08:43:28 -04:00
CheckTypeSize Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
ExternalData Tests: Avoid duplicate rules in ExternalData test 2018-04-13 08:06:48 -04:00
FindDependency find_dependency: Always search dependencies 2019-03-29 22:03:21 +01:00
WriteCompilerDetectionHeader Tests: Fix Module.WriteCompilerDetectionHeader for Intel on Windows 2019-02-14 09:27:40 -05:00