mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
The original intent of <PackageName>_ROOT may have been for it to apply only to Find modules, but the implementation of the find_package() command treats modules and config packages the same. Both result in a <PackageName>_ROOT variable being pushed onto the stack of package roots. A config package can also call other find_...() commands, the behavior doesn't apply just to find modules.
5.8 KiB
5.8 KiB