1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-19 11:18:40 +08:00

Help: Add 3.17.3 release note for Objective C/C++ compiler selection

Port the 3.16.7 release note for 3.17.3 too.
This commit is contained in:
Brad King
2020-05-14 07:28:46 -04:00
parent 16bf978e0c
commit 13ea190725

View File

@@ -337,6 +337,10 @@ Changes made since CMake 3.17.0 include the following.
3.17.3
------
* 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.