mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
bba78d656e
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.