summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Help/release/dev/cmake-pkg-config.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/cmake-pkg-config.rst b/Help/release/dev/cmake-pkg-config.rst
new file mode 100644
index 0000000..411aed2
--- /dev/null
+++ b/Help/release/dev/cmake-pkg-config.rst
@@ -0,0 +1,8 @@
+cmake-pkg-config
+----------------
+
+* The :command:`cmake_pkg_config` command was added as an endpoint for using
+ CMake's native pkg-config format parser. The only supported option in this
+ release is ``EXTRACT``, which provides low-level access to the values
+ produced by parsing a pkg-config file. For most users, this is not yet a
+ suitable replacement for the :module:`FindPkgConfig` module.