summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-05-22 16:35:49 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-05-22 16:36:38 (GMT)
commit7e68e5cf2559af6f69ab9b7ae584b942e3215bb6 (patch)
treee70144bb65b80b323ed9089837102745afc09452 /Help
parentdc4a53f49edbd8695c2d7638c90e53d7385f08a4 (diff)
parentc16f5914f3f3cb17b7c346c56d7bee165a22ae4e (diff)
downloadCMake-7e68e5cf2559af6f69ab9b7ae584b942e3215bb6.zip
CMake-7e68e5cf2559af6f69ab9b7ae584b942e3215bb6.tar.gz
CMake-7e68e5cf2559af6f69ab9b7ae584b942e3215bb6.tar.bz2
Merge topic 'doc-mingw-var'
c16f5914f3 Help: Clarify meaning of MINGW variable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8495
Diffstat (limited to 'Help')
-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.