Help: Clarify meaning of MINGW variable

Fixes: #24928
This commit is contained in:
Brad King
2023-05-19 09:22:56 -04:00
parent 9a7ce875c8
commit c16f5914f3

View File

@@ -3,6 +3,7 @@ MINGW
.. versionadded:: 3.2
``True`` when using MinGW
Set to a true value when at least one language is enabled
with a compiler targeting the GNU ABI on Windows (MinGW).
Set to ``true`` when the compiler is some version of MinGW.
Otherwise, this variable is not set by CMake.