diff options
author | Brad King <brad.king@kitware.com> | 2015-10-08 17:16:18 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-10-08 17:18:39 (GMT) |
commit | 340d0897fa9dfc568782d72c221ea6186bf533a6 (patch) | |
tree | e38298e5867b28407b282424da94c18438a9b4e2 /Help/manual | |
parent | 5fdf75947822bc17d30a9e60022a4fc77b4cdf63 (diff) | |
download | CMake-340d0897fa9dfc568782d72c221ea6186bf533a6.zip CMake-340d0897fa9dfc568782d72c221ea6186bf533a6.tar.gz CMake-340d0897fa9dfc568782d72c221ea6186bf533a6.tar.bz2 |
Revert topic 'compiler-features-solaris'
Revert commit v3.4.0-rc1~10^2~2 (Features: Disable support for Oracle
SolarisStudio on non-Linux, 2015-09-29) and two follow-up commits.
The support of compile features and language standards on Orcale
SolarisStudio needs more investigation so for CMake 3.4 we should
just act as 3.3 did.
Diffstat (limited to 'Help/manual')
-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 2dc67bc..caf5bac 100644 --- a/Help/manual/cmake-compile-features.7.rst +++ b/Help/manual/cmake-compile-features.7.rst @@ -308,4 +308,4 @@ 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 on a Linux host. +* ``SunPro``: Oracle SolarisStudio version 12.4. |