mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 01:59:43 -06:00
Add a `--debug-find-pkg=` option to debug find calls for specific packages. Add a `--debug-find-var=` option to debug find calls for specific return variables. Fixes: #21880
3 lines
80 B
CMake
3 lines
80 B
CMake
find_package(NotHere CONFIG)
|
|
message(WARNING "This warning must be reachable.")
|