diff options
author | Brad King <brad.king@kitware.com> | 2017-05-03 17:07:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-05-03 17:13:43 (GMT) |
commit | f15f905babad5977aa422e1753fe1aa658c77fa2 (patch) | |
tree | 0fdf9942336ae16648f6e862f1a2dea01dccbf1f /Help | |
parent | 84d0841ed7d06779b68a3950054b636f6ef4af74 (diff) | |
download | CMake-f15f905babad5977aa422e1753fe1aa658c77fa2.zip CMake-f15f905babad5977aa422e1753fe1aa658c77fa2.tar.gz CMake-f15f905babad5977aa422e1753fe1aa658c77fa2.tar.bz2 |
Features: Record standards and features for SunPro 5.14
Oracle Studio 12.5 adds support for C 11 and associated standard flags.
It also adds a few more C++ 11 features.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-compile-features.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-compile-features.7.rst b/Help/manual/cmake-compile-features.7.rst index 448fe9a..fa2aa8d 100644 --- a/Help/manual/cmake-compile-features.7.rst +++ b/Help/manual/cmake-compile-features.7.rst @@ -335,7 +335,7 @@ versions specified for each: * ``Clang``: Clang compiler versions 2.9 through 3.4. * ``GNU``: GNU compiler versions 4.4 through 5.0. * ``MSVC``: Microsoft Visual Studio versions 2010 through 2015. -* ``SunPro``: Oracle SolarisStudio version 12.4. +* ``SunPro``: Oracle SolarisStudio versions 12.4 through 12.5. * ``Intel``: Intel compiler versions 12.1 through 17.0. CMake is currently aware of the :prop_tgt:`C standards <C_STANDARD>` |