summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-05-15 13:48:51 (GMT)
committerBrad King <brad.king@kitware.com>2020-05-15 13:48:51 (GMT)
commit481100ecbcf248106d8f4dcd415d921b9a7952f0 (patch)
treefa64b43e576b012c95e315c23818ea79729700f2
parentb1a3131cc67b42cd5e8304206813e0a722257cd1 (diff)
parent3719ddd3f3d8901f8f9a2a909ea1b22062b90261 (diff)
downloadCMake-481100ecbcf248106d8f4dcd415d921b9a7952f0.zip
CMake-481100ecbcf248106d8f4dcd415d921b9a7952f0.tar.gz
CMake-481100ecbcf248106d8f4dcd415d921b9a7952f0.tar.bz2
Merge branch 'backport-3.16-FindPkgConfig-isystem' into release-3.16
Merge-request: !4752
-rw-r--r--Help/release/3.16.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/3.16.rst b/Help/release/3.16.rst
index bd6d041..f3fdb08 100644
--- a/Help/release/3.16.rst
+++ b/Help/release/3.16.rst
@@ -310,3 +310,9 @@ Changes made since CMake 3.16.0 include the following.
* Selection of the Objective C or C++ compiler now considers the
:envvar:`CC` or :envvar:`CXX` environment variable if the
:envvar:`OBJC` or :envvar:`OBJCXX` environment variable is not set.
+
+* The :module:`FindPkgConfig` module now extracts include directories
+ prefixed with ``-isystem`` into the ``*_INCLUDE_DIRS`` variables and
+ :prop_tgt:`INTERFACE_INCLUDE_DIRECTORIES` target properties.
+ Previously they would be places in ``*_CFLAGS_OTHER`` variables and
+ :prop_tgt:`INTERFACE_COMPILE_OPTIONS` target properties.