Help: add missing MINGW variable documentation
This commit is contained in:
parent
f709776864
commit
bebdb4540b
|
@ -181,6 +181,7 @@ Variables that Describe the System
|
||||||
/variable/CMAKE_SYSTEM_VERSION
|
/variable/CMAKE_SYSTEM_VERSION
|
||||||
/variable/CYGWIN
|
/variable/CYGWIN
|
||||||
/variable/ENV
|
/variable/ENV
|
||||||
|
/variable/MINGW
|
||||||
/variable/MSVC10
|
/variable/MSVC10
|
||||||
/variable/MSVC11
|
/variable/MSVC11
|
||||||
/variable/MSVC12
|
/variable/MSVC12
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
MINGW
|
||||||
|
-----
|
||||||
|
|
||||||
|
True when using MinGW
|
||||||
|
|
||||||
|
Set to true when the compiler is some version of MinGW.
|
Loading…
Reference in New Issue