1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

Help: Reword the MSVC variable documentation focusing on cl.exe compatibility

Fixes: #21651
This commit is contained in:
Thomas Bernard
2021-01-07 21:05:54 +01:00
committed by Brad King
parent 1c9b61c23e
commit 1185438ea8

View File

@@ -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.