diff options
author | Brad King <brad.king@kitware.com> | 2016-09-02 19:49:18 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-06 14:22:38 (GMT) |
commit | a756c74da58196f670633c1d08840dc6e3d62fea (patch) | |
tree | cb739de9c2006bee49cf42823c3f29db52a11df3 /Help/variable/MSVC12.rst | |
parent | 8317ea01aa3cf9319ef907e127fa6dbf9666cc53 (diff) | |
download | CMake-a756c74da58196f670633c1d08840dc6e3d62fea.zip CMake-a756c74da58196f670633c1d08840dc6e3d62fea.tar.gz CMake-a756c74da58196f670633c1d08840dc6e3d62fea.tar.bz2 |
Help: Clarify meaning of MSVC<NN> variables
They correspond to toolsets, not VS IDE versions.
Diffstat (limited to 'Help/variable/MSVC12.rst')
-rw-r--r-- | Help/variable/MSVC12.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Help/variable/MSVC12.rst b/Help/variable/MSVC12.rst index 15fa64b..0648f35 100644 --- a/Help/variable/MSVC12.rst +++ b/Help/variable/MSVC12.rst @@ -1,6 +1,5 @@ MSVC12 ------ -``True`` when using Microsoft Visual C++ 12.0. - -Set to ``true`` when the compiler is version 12.0 of Microsoft Visual C++. +``True`` when using the Microsoft Visual Studio ``v120`` toolset +(``cl`` version 18) or another compiler that simulates it. |