diff options
author | Brad King <brad.king@kitware.com> | 2017-03-22 15:12:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-22 15:24:46 (GMT) |
commit | 712452e33088b1ba02c7dde10f56cd2add81deab (patch) | |
tree | fd3e4e98dae5656d61c49bd4eb74041d0cd4abe5 /Help | |
parent | 49a60b70e700e9f0bddc4cb6986d9621423ee2d9 (diff) | |
download | CMake-712452e33088b1ba02c7dde10f56cd2add81deab.zip CMake-712452e33088b1ba02c7dde10f56cd2add81deab.tar.gz CMake-712452e33088b1ba02c7dde10f56cd2add81deab.tar.bz2 |
Help: Clarify MSVC14 docs w.r.t. VS 2017 v141 toolset
Issue: #16735
Diffstat (limited to 'Help')
-rw-r--r-- | Help/variable/MSVC14.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/variable/MSVC14.rst b/Help/variable/MSVC14.rst index f67ebc7..16bfe07 100644 --- a/Help/variable/MSVC14.rst +++ b/Help/variable/MSVC14.rst @@ -1,5 +1,5 @@ MSVC14 ------ -``True`` when using the Microsoft Visual Studio ``v140`` toolset -(``cl`` version 19) or another compiler that simulates it. +``True`` when using the Microsoft Visual Studio ``v140`` or ``v141`` +toolset (``cl`` version 19) or another compiler that simulates it. |