summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-compile-features.7.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-09-29 15:22:50 (GMT)
committerBrad King <brad.king@kitware.com>2015-09-29 15:25:07 (GMT)
commit61bc0f7363ca2917707d57fefb52b79b0114bb19 (patch)
tree8c16a2e35d909f44c994707087ce1b7d757833a0 /Help/manual/cmake-compile-features.7.rst
parentf23ab1a1501cf82a04b9f24c3324e314afd53fab (diff)
downloadCMake-61bc0f7363ca2917707d57fefb52b79b0114bb19.zip
CMake-61bc0f7363ca2917707d57fefb52b79b0114bb19.tar.gz
CMake-61bc0f7363ca2917707d57fefb52b79b0114bb19.tar.bz2
Features: Disable support for Oracle SolarisStudio on non-Linux
On SunOS the -std=c++11 flag must be used for linking as well as compiling. Until we implement support for this we cannot support the CXX_STANDARD property except on Linux (where it was tested).
Diffstat (limited to 'Help/manual/cmake-compile-features.7.rst')
-rw-r--r--Help/manual/cmake-compile-features.7.rst2
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 caf5bac..2dc67bc 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.
+* ``SunPro``: Oracle SolarisStudio version 12.4 on a Linux host.