summaryrefslogtreecommitdiffstats
path: root/Help/variable/MSVC.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-03-22 15:22:35 (GMT)
committerBrad King <brad.king@kitware.com>2017-03-22 15:24:54 (GMT)
commitfecf846701ca3a7de4875f5c4362bc79e21b0a4c (patch)
tree724c67ec2669ab5b443b0272969c7904b239ef54 /Help/variable/MSVC.rst
parent712452e33088b1ba02c7dde10f56cd2add81deab (diff)
downloadCMake-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/MSVC.rst')
-rw-r--r--Help/variable/MSVC.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/variable/MSVC.rst b/Help/variable/MSVC.rst
index 913ed08..22a087a 100644
--- a/Help/variable/MSVC.rst
+++ b/Help/variable/MSVC.rst
@@ -4,3 +4,5 @@ MSVC
``True`` when using Microsoft Visual C++.
Set to ``true`` when the compiler is some version of Microsoft Visual C++.
+
+See also the :variable:`MSVC_VERSION` variable.