summaryrefslogtreecommitdiffstats
path: root/Help/release/3.9.rst
diff options
context:
space:
mode:
authorChuck Atkins <chuck.atkins@kitware.com>2017-06-14 15:50:39 (GMT)
committerChuck Atkins <chuck.atkins@kitware.com>2017-06-14 15:54:58 (GMT)
commit28756437f21c4bce40fe15c214ae22a5625673ff (patch)
tree55871173524087e8eefd3664b51437b048d26484 /Help/release/3.9.rst
parentc52b982da6fc6387ba66a15c097ae90f69980ef5 (diff)
downloadCMake-28756437f21c4bce40fe15c214ae22a5625673ff.zip
CMake-28756437f21c4bce40fe15c214ae22a5625673ff.tar.gz
CMake-28756437f21c4bce40fe15c214ae22a5625673ff.tar.bz2
Help: Add docs for new compilers supporting language standards.
Diffstat (limited to 'Help/release/3.9.rst')
-rw-r--r--Help/release/3.9.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/3.9.rst b/Help/release/3.9.rst
index 333ba9e..7222196 100644
--- a/Help/release/3.9.rst
+++ b/Help/release/3.9.rst
@@ -17,6 +17,11 @@ Languages
for VS 2010 and above. This complements the existing support by the
:ref:`Makefile Generators` and the :generator:`Ninja` generator.
+* CMake is now aware of the :prop_tgt:`C++ standards <CXX_STANDARD>` and
+ :prop_tgt:`C standards <C_STANDARD>` and thier associated meta-features for
+ the following :variable:`compiler ids <CMAKE_<LANG>_COMPILER_ID>`: ``Cray``,
+ ``PGI``, and ``XL``.
+
Generators
----------