diff options
author | Brad King <brad.king@kitware.com> | 2021-01-08 14:12:36 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-01-08 14:12:47 (GMT) |
commit | 4f5a12be2924ceedc41c2da632e30e332f000f37 (patch) | |
tree | aa1d9b9221a6b6045d6aa1348973dc4e840e2d1c | |
parent | 90cd5df20c9eab3c2a10d41bd9829e40ae68bc45 (diff) | |
parent | 1185438ea8dd1ef4b5cd3836014c903788c6ff2d (diff) | |
download | CMake-4f5a12be2924ceedc41c2da632e30e332f000f37.zip CMake-4f5a12be2924ceedc41c2da632e30e332f000f37.tar.gz CMake-4f5a12be2924ceedc41c2da632e30e332f000f37.tar.bz2 |
Merge topic 'reword_MSVC_documentation'
1185438ea8 Help: Reword the MSVC variable documentation focusing on cl.exe compatibility
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5676
-rw-r--r-- | Help/variable/MSVC.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Help/variable/MSVC.rst b/Help/variable/MSVC.rst index ca8775c..a2dbc2e 100644 --- a/Help/variable/MSVC.rst +++ b/Help/variable/MSVC.rst @@ -1,8 +1,7 @@ MSVC ---- -Set to ``true`` when the compiler is some version of Microsoft Visual -C++ or another compiler simulating Visual C++. Any compiler defining -``_MSC_VER`` is considered simulating Visual C++. +Set to ``true`` when the compiler is some version of Microsoft Visual C++ +or another compiler simulating the Visual C++ ``cl`` command-line syntax. See also the :variable:`MSVC_VERSION` variable. |