Pārlūkot izejas kodu

Merge topic 'doc-mingw-var'

c16f5914f3 Help: Clarify meaning of MINGW variable

Acked-by: Kitware Robot <[email protected]>
Merge-request: !8495
Brad King 2 gadi atpakaļ
vecāks
revīzija
7e68e5cf25
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 3 2
      Help/variable/MINGW.rst

+ 3 - 2
Help/variable/MINGW.rst

@@ -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.