Files
CMake/Help/release/dev/FindPkgConfig-override.rst
Corentin Noël e0d00b9218 FindPkgConfig: Allow to override variables when calling pkg_get_variable
This is specifically useful when building applications within containers as we
sometimes need to redefine the prefix used in a variable.
2023-09-19 09:08:48 +02:00

6 lines
197 B
ReStructuredText

FindPkgConfig-override
----------------------
* The :module:`FindPkgConfig` module :command:`pkg_get_variable` function
gained a ``DEFINE_VARIABLES`` option to pass variables to ``pkg-config``.