mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-13 01:39:58 -06:00
PkgC: Add release note
This was missed in commit 8555c33d92 (PkgC: Add cmake_pkg_config(EXTRACT)
command, 2024-07-22).
This commit is contained in:
8
Help/release/dev/cmake-pkg-config.rst
Normal file
8
Help/release/dev/cmake-pkg-config.rst
Normal file
@@ -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.
|
||||
Reference in New Issue
Block a user