mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-21 00:05:24 -04:00
Help: Add 3.16.7 release note for FindPkgConfig '-isystem' fix
Add a release note for the change in commit 726f6f429c (FindPkgConfig:
also handle "-isystem" prefixes for include directories, 2020-04-30).
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user