mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-05 22:28:35 -06:00
When running `pkg_search_module`, it may be useful to get the matching module name in order to run `pkg_get_variable`. `pkg_search_module` now defines `<prefix>_MODULE_NAME` which contains the first matching module name. Fixes: #19648