diff options
author | Brad King <brad.king@kitware.com> | 2017-03-22 15:22:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-22 15:24:54 (GMT) |
commit | fecf846701ca3a7de4875f5c4362bc79e21b0a4c (patch) | |
tree | 724c67ec2669ab5b443b0272969c7904b239ef54 /Help/variable/MSVC80.rst | |
parent | 712452e33088b1ba02c7dde10f56cd2add81deab (diff) | |
download | CMake-fecf846701ca3a7de4875f5c4362bc79e21b0a4c.zip CMake-fecf846701ca3a7de4875f5c4362bc79e21b0a4c.tar.gz CMake-fecf846701ca3a7de4875f5c4362bc79e21b0a4c.tar.bz2 |
Help: Document preference of `MSVC_VERSION` over `MSVC##`
Issue: #16735
Diffstat (limited to 'Help/variable/MSVC80.rst')
-rw-r--r-- | Help/variable/MSVC80.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/variable/MSVC80.rst b/Help/variable/MSVC80.rst index 0d33e82..1533218 100644 --- a/Help/variable/MSVC80.rst +++ b/Help/variable/MSVC80.rst @@ -1,5 +1,7 @@ MSVC80 ------ +Discouraged. Use the :variable:`MSVC_VERSION` variable instead. + ``True`` when using the Microsoft Visual Studio ``v80`` toolset (``cl`` version 14) or another compiler that simulates it. |