Files
CMake/Tests/RunCMake/find_dependency
Vito Gamberini bba78d656e FindDependency: Split up macro to allow for no_return variant
Automatic dependency export requires a version of find_dependency that
does not automatically return on a failure to discover a dependency.
This allows the caller to perform clean-up prior to unwinding the
include stack.

Additionally, by making the dependency hash itself a macro "variable",
the hash stack mechanism is no longer necessary.
2025-07-25 21:30:21 -04:00
..