summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorRadek Nadstawny <radoslaw.nadstawny@gmail.com>2019-03-10 18:40:55 (GMT)
committerRadek Nadstawny <radoslaw.nadstawny@gmail.com>2019-03-13 22:42:44 (GMT)
commitb759fa9b8e2fa8ac93e4b57a0e09fcdc5e0e50af (patch)
treedaff4463bfacab1c6f2c9bbfda2df5b54d875102 /Help/release
parent5c106bfc42a5eb068719c3dec28ddc6dfc493973 (diff)
downloadCMake-b759fa9b8e2fa8ac93e4b57a0e09fcdc5e0e50af.zip
CMake-b759fa9b8e2fa8ac93e4b57a0e09fcdc5e0e50af.tar.gz
CMake-b759fa9b8e2fa8ac93e4b57a0e09fcdc5e0e50af.tar.bz2
FindPkgConfig: Set linker flags on imported targets
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/pkg-config-linker-flags.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/pkg-config-linker-flags.rst b/Help/release/dev/pkg-config-linker-flags.rst
new file mode 100644
index 0000000..85c13be
--- /dev/null
+++ b/Help/release/dev/pkg-config-linker-flags.rst
@@ -0,0 +1,5 @@
+pkg-config-linker-flags
+-----------------------
+
+* The :module:`FindPkgConfig` now populates :prop_tgt:`INTERFACE_LINK_OPTIONS`
+ property of imported targets with other (non-library) linker flags.