summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-05-19 13:22:56 (GMT)
committerBrad King <brad.king@kitware.com>2023-05-19 13:24:46 (GMT)
commitc16f5914f3f3cb17b7c346c56d7bee165a22ae4e (patch)
tree94483447c329079468e6a1164bf8ce1802f3f333 /Help/variable
parent9a7ce875c83779b7eb1a047d353c40e83d7e13c8 (diff)
downloadCMake-c16f5914f3f3cb17b7c346c56d7bee165a22ae4e.zip
CMake-c16f5914f3f3cb17b7c346c56d7bee165a22ae4e.tar.gz
CMake-c16f5914f3f3cb17b7c346c56d7bee165a22ae4e.tar.bz2
Help: Clarify meaning of MINGW variable
Fixes: #24928
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/MINGW.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/variable/MINGW.rst b/Help/variable/MINGW.rst
index 27c56ea..fc2af2d 100644
--- a/Help/variable/MINGW.rst
+++ b/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.