diff options
author | Brad King <brad.king@kitware.com> | 2019-09-20 14:04:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-09-20 14:04:46 (GMT) |
commit | 2f702beca1768292b3ecfc54cefde85cf44d1e61 (patch) | |
tree | eb393a7349ec1a70728cefbc7fccf867824e37f1 | |
parent | 26a0e200e5f4abe8268235c9fdb23a2612a1b3b1 (diff) | |
parent | 67f3dda69b464940c054723355272933c9d02946 (diff) | |
download | CMake-2f702beca1768292b3ecfc54cefde85cf44d1e61.zip CMake-2f702beca1768292b3ecfc54cefde85cf44d1e61.tar.gz CMake-2f702beca1768292b3ecfc54cefde85cf44d1e61.tar.bz2 |
Merge branch 'doc-vs-2019-toolset' into release-3.15
Merge-request: !3841
-rw-r--r-- | Help/variable/MSVC_TOOLSET_VERSION.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/variable/MSVC_TOOLSET_VERSION.rst b/Help/variable/MSVC_TOOLSET_VERSION.rst index 77e1ea9..f4a33e2 100644 --- a/Help/variable/MSVC_TOOLSET_VERSION.rst +++ b/Help/variable/MSVC_TOOLSET_VERSION.rst @@ -14,6 +14,7 @@ Known toolset version numbers are:: 120 = VS 2013 (12.0) 140 = VS 2015 (14.0) 141 = VS 2017 (15.0) + 142 = VS 2019 (16.0) Compiler versions newer than those known to CMake will be reported as the latest known toolset version. |