summaryrefslogtreecommitdiff
path: root/Help/release/3.16.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/3.16.rst')
-rw-r--r--Help/release/3.16.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/3.16.rst b/Help/release/3.16.rst
index e2d6788217..bd6d041f5f 100644
--- a/Help/release/3.16.rst
+++ b/Help/release/3.16.rst
@@ -303,3 +303,10 @@ Changes made since CMake 3.16.0 include the following.
Additionally, the modules no longer expose their internal ``_Python*``
cache entries publicly. CMake 3.16.0 through 3.16.4 accidentally
made them visible as advanced cache entries.
+
+3.16.7
+------
+
+* 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.