CMake/Help/variable/MSVC.rst
Christian Pfeiffer efe22af20e Help: Clarify MSVC and MSVC_VERSION variables
The current documentation doesn't clarify that compilers simulating
Visual C++ will also have these variables set.
2018-02-01 08:05:46 -05:00

9 lines
250 B
ReStructuredText

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++.
See also the :variable:`MSVC_VERSION` variable.