Merge topic 'FindPkgConfig-PKG_CONFIG-args'

35d3e00e4e FindPkgConfig: split args if loaded from environment

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6222
This commit is contained in:
Brad King
2021-06-21 13:53:42 +00:00
committed by Kitware Robot
6 changed files with 93 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
FindPkgConfig-PKG_CONFIG-args
-----------------------------
* The :module:`FindPkgConfig` module gained a :variable:`PKG_CONFIG_ARGN`
variable to specify arguments to ``pkg-config`` calls.