summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-compile-features.7.rst
diff options
context:
space:
mode:
authorRobert Maynard <robert.maynard@kitware.com>2016-04-27 19:28:33 (GMT)
committerBrad King <brad.king@kitware.com>2016-04-28 13:16:31 (GMT)
commitd028b948721d7a6042b87e238542a11fea78edb0 (patch)
treef2775d0dab4f39f27912517858bc19ca9673b75c /Help/manual/cmake-compile-features.7.rst
parentbe910f00b580addcf60f33c6f6c0625dba505ef8 (diff)
downloadCMake-d028b948721d7a6042b87e238542a11fea78edb0.zip
CMake-d028b948721d7a6042b87e238542a11fea78edb0.tar.gz
CMake-d028b948721d7a6042b87e238542a11fea78edb0.tar.bz2
Features: Specify minimum version Intel C++ 12.1
Versions below 12.1 do not provide enough information to properly detect if compiling with c++98 or c++0x enabled so remove them from the supported list.
Diffstat (limited to 'Help/manual/cmake-compile-features.7.rst')
-rw-r--r--Help/manual/cmake-compile-features.7.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-compile-features.7.rst b/Help/manual/cmake-compile-features.7.rst
index caf5bac..7289e61 100644
--- a/Help/manual/cmake-compile-features.7.rst
+++ b/Help/manual/cmake-compile-features.7.rst
@@ -309,3 +309,4 @@ versions specified for each:
* ``GNU``: GNU compiler versions 4.4 through 5.0.
* ``MSVC``: Microsoft Visual Studio versions 2010 through 2015.
* ``SunPro``: Oracle SolarisStudio version 12.4.
+* ``Intel``: Intel compiler versions 12.1 through 16.0 on UNIX platforms.