mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
@@ -4,3 +4,5 @@ MSVC
|
|||||||
``True`` when using Microsoft Visual C++.
|
``True`` when using Microsoft Visual C++.
|
||||||
|
|
||||||
Set to ``true`` when the compiler is some version of Microsoft Visual C++.
|
Set to ``true`` when the compiler is some version of Microsoft Visual C++.
|
||||||
|
|
||||||
|
See also the :variable:`MSVC_VERSION` variable.
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
MSVC10
|
MSVC10
|
||||||
------
|
------
|
||||||
|
|
||||||
|
Discouraged. Use the :variable:`MSVC_VERSION` variable instead.
|
||||||
|
|
||||||
``True`` when using the Microsoft Visual Studio ``v100`` toolset
|
``True`` when using the Microsoft Visual Studio ``v100`` toolset
|
||||||
(``cl`` version 16) or another compiler that simulates it.
|
(``cl`` version 16) or another compiler that simulates it.
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
MSVC11
|
MSVC11
|
||||||
------
|
------
|
||||||
|
|
||||||
|
Discouraged. Use the :variable:`MSVC_VERSION` variable instead.
|
||||||
|
|
||||||
``True`` when using the Microsoft Visual Studio ``v110`` toolset
|
``True`` when using the Microsoft Visual Studio ``v110`` toolset
|
||||||
(``cl`` version 17) or another compiler that simulates it.
|
(``cl`` version 17) or another compiler that simulates it.
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
MSVC12
|
MSVC12
|
||||||
------
|
------
|
||||||
|
|
||||||
|
Discouraged. Use the :variable:`MSVC_VERSION` variable instead.
|
||||||
|
|
||||||
``True`` when using the Microsoft Visual Studio ``v120`` toolset
|
``True`` when using the Microsoft Visual Studio ``v120`` toolset
|
||||||
(``cl`` version 18) or another compiler that simulates it.
|
(``cl`` version 18) or another compiler that simulates it.
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
MSVC14
|
MSVC14
|
||||||
------
|
------
|
||||||
|
|
||||||
|
Discouraged. Use the :variable:`MSVC_VERSION` variable instead.
|
||||||
|
|
||||||
``True`` when using the Microsoft Visual Studio ``v140`` or ``v141``
|
``True`` when using the Microsoft Visual Studio ``v140`` or ``v141``
|
||||||
toolset (``cl`` version 19) or another compiler that simulates it.
|
toolset (``cl`` version 19) or another compiler that simulates it.
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
MSVC60
|
MSVC60
|
||||||
------
|
------
|
||||||
|
|
||||||
|
Discouraged. Use the :variable:`MSVC_VERSION` variable instead.
|
||||||
|
|
||||||
``True`` when using Microsoft Visual C++ 6.0.
|
``True`` when using Microsoft Visual C++ 6.0.
|
||||||
|
|
||||||
Set to ``true`` when the compiler is version 6.0 of Microsoft Visual C++.
|
Set to ``true`` when the compiler is version 6.0 of Microsoft Visual C++.
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
MSVC70
|
MSVC70
|
||||||
------
|
------
|
||||||
|
|
||||||
|
Discouraged. Use the :variable:`MSVC_VERSION` variable instead.
|
||||||
|
|
||||||
``True`` when using Microsoft Visual C++ 7.0.
|
``True`` when using Microsoft Visual C++ 7.0.
|
||||||
|
|
||||||
Set to ``true`` when the compiler is version 7.0 of Microsoft Visual C++.
|
Set to ``true`` when the compiler is version 7.0 of Microsoft Visual C++.
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
MSVC71
|
MSVC71
|
||||||
------
|
------
|
||||||
|
|
||||||
|
Discouraged. Use the :variable:`MSVC_VERSION` variable instead.
|
||||||
|
|
||||||
``True`` when using Microsoft Visual C++ 7.1.
|
``True`` when using Microsoft Visual C++ 7.1.
|
||||||
|
|
||||||
Set to ``true`` when the compiler is version 7.1 of Microsoft Visual C++.
|
Set to ``true`` when the compiler is version 7.1 of Microsoft Visual C++.
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
MSVC80
|
MSVC80
|
||||||
------
|
------
|
||||||
|
|
||||||
|
Discouraged. Use the :variable:`MSVC_VERSION` variable instead.
|
||||||
|
|
||||||
``True`` when using the Microsoft Visual Studio ``v80`` toolset
|
``True`` when using the Microsoft Visual Studio ``v80`` toolset
|
||||||
(``cl`` version 14) or another compiler that simulates it.
|
(``cl`` version 14) or another compiler that simulates it.
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
MSVC90
|
MSVC90
|
||||||
------
|
------
|
||||||
|
|
||||||
|
Discouraged. Use the :variable:`MSVC_VERSION` variable instead.
|
||||||
|
|
||||||
``True`` when using the Microsoft Visual Studio ``v90`` toolset
|
``True`` when using the Microsoft Visual Studio ``v90`` toolset
|
||||||
(``cl`` version 15) or another compiler that simulates it.
|
(``cl`` version 15) or another compiler that simulates it.
|
||||||
|
|||||||
Reference in New Issue
Block a user