diff options
author | Brad King <brad.king@kitware.com> | 2020-05-06 11:48:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-05-06 11:48:23 (GMT) |
commit | 502e562940322243c4b16688a45b056119bef72f (patch) | |
tree | 621a93c5b25708037fe627c0eef76ac5d5752fe3 /Help | |
parent | cd31a8acef2947c8c577d8180109311446a877a7 (diff) | |
parent | e9d93c37313f49f58b782f50793e0016eae69cf1 (diff) | |
download | CMake-502e562940322243c4b16688a45b056119bef72f.zip CMake-502e562940322243c4b16688a45b056119bef72f.tar.gz CMake-502e562940322243c4b16688a45b056119bef72f.tar.bz2 |
Merge branch 'backport-3.17-FindPkgConfig-isystem' into FindPkgConfig-isystem
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/3.17.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/3.17.rst b/Help/release/3.17.rst index 7c5b44d..91e2463 100644 --- a/Help/release/3.17.rst +++ b/Help/release/3.17.rst @@ -333,3 +333,12 @@ Changes made since CMake 3.17.0 include the following. * CMake 3.17.0 updated the :cpack_gen:`CPack NSIS Generator` with changes that require NSIS 3.0 or later. CMake 3.17.1 now enforces the use of a sufficiently new version. + +3.17.3 +------ + +* 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. |