mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-23 15:11:01 -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
7 lines
227 B
ReStructuredText
7 lines
227 B
ReStructuredText
FindPkgConfig-module-name
|
|
-------------------------
|
|
|
|
* The :module:`FindPkgConfig` module :command:`pkg_search_module` macro
|
|
now defines a ``<prefix>_MODULE_NAME`` result variable containing the
|
|
first matching module name.
|