diff options
author | Brad King <brad.king@kitware.com> | 2020-05-14 11:28:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-05-14 11:28:46 (GMT) |
commit | 13ea190725073dc725352daca3d5419c339acd1a (patch) | |
tree | 072b9c7df66a4edf46e391d3fcb90fcebac2c64e | |
parent | 16bf978e0c3998dc824ba86738e2eee85542659e (diff) | |
download | CMake-13ea190725073dc725352daca3d5419c339acd1a.zip CMake-13ea190725073dc725352daca3d5419c339acd1a.tar.gz CMake-13ea190725073dc725352daca3d5419c339acd1a.tar.bz2 |
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.
-rw-r--r-- | Help/release/3.17.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/release/3.17.rst b/Help/release/3.17.rst index 91e2463..b7c66d8 100644 --- a/Help/release/3.17.rst +++ b/Help/release/3.17.rst @@ -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. |