diff options
author | Brad King <brad.king@kitware.com> | 2017-06-15 14:11:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-06-15 14:11:09 (GMT) |
commit | c4610df03cf29f3f6765c897b47d0f5788cfc1fb (patch) | |
tree | 6f9a8ee9e77480c7073111922728841391efd335 /Help/manual/cmake-compile-features.7.rst | |
parent | 69d50a7edb069dc872fbf3d9b2ada258889f8681 (diff) | |
download | CMake-c4610df03cf29f3f6765c897b47d0f5788cfc1fb.zip CMake-c4610df03cf29f3f6765c897b47d0f5788cfc1fb.tar.gz CMake-c4610df03cf29f3f6765c897b47d0f5788cfc1fb.tar.bz2 |
Help: Document that VS 2017 compile features are recorded
They were recorded by commit v3.7.0-rc1~156^2~2 (Features: Record
features for VS 15 Preview 4, 2016-09-05).
Fixes: #16974
Diffstat (limited to 'Help/manual/cmake-compile-features.7.rst')
-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 6304ac1..0124395 100644 --- a/Help/manual/cmake-compile-features.7.rst +++ b/Help/manual/cmake-compile-features.7.rst @@ -334,7 +334,7 @@ versions specified for each: * ``AppleClang``: Apple Clang for Xcode versions 4.4 though 6.2. * ``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. +* ``MSVC``: Microsoft Visual Studio versions 2010 through 2017. * ``SunPro``: Oracle SolarisStudio versions 12.4 through 12.5. * ``Intel``: Intel compiler versions 12.1 through 17.0. |