summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-05-14 13:46:02 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-05-14 13:46:31 (GMT)
commit99e658258e13f444ed935d0240c6a1be1d76d306 (patch)
treed4d951395b7a6a36ff55c290ffaeb58a5baf898b /Help
parent5a227ce805f06bf8a31cc3a47169bcf1f33bda1b (diff)
parent92ac721a44bcae43ed9ad33d4d0fb22968073a92 (diff)
downloadCMake-99e658258e13f444ed935d0240c6a1be1d76d306.zip
CMake-99e658258e13f444ed935d0240c6a1be1d76d306.tar.gz
CMake-99e658258e13f444ed935d0240c6a1be1d76d306.tar.bz2
Merge topic 'FindPkgConfig-LINK_LIBRARIES'
92ac721a44 FindPkgConfig: export the list of found libraries also as variable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2068
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/FindPkgConfig-LINK_LIBRARIES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/FindPkgConfig-LINK_LIBRARIES.rst b/Help/release/dev/FindPkgConfig-LINK_LIBRARIES.rst
new file mode 100644
index 0000000..b915556
--- /dev/null
+++ b/Help/release/dev/FindPkgConfig-LINK_LIBRARIES.rst
@@ -0,0 +1,6 @@
+FindPkgConfig-LINK_LIBRARIES
+----------------------------
+
+* The :module:`FindPkgConfig` module has learned to export the found libraries
+ with full path for direct consumption with the :command:`target_link_libraries`
+ command.