mirror of
https://github.com/reactos/CMake.git
synced 2025-03-06 10:58:49 +00:00

The current documentation doesn't clarify that compilers simulating Visual C++ will also have these variables set.
9 lines
250 B
ReStructuredText
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.
|