summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-01-23 15:50:17 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-01-23 15:50:17 (GMT)
commit6e66fb6e88305e7b906f60882610bac48fd7146f (patch)
tree17c1b2447355cfbbd87ba51cae0962cf42680cfe /Help
parentc99e19a4ac7e6e55345a073b13c36befaa8702d8 (diff)
parentbebdb4540b94aae3f213af586dbd7d1445ef25e5 (diff)
downloadCMake-6e66fb6e88305e7b906f60882610bac48fd7146f.zip
CMake-6e66fb6e88305e7b906f60882610bac48fd7146f.tar.gz
CMake-6e66fb6e88305e7b906f60882610bac48fd7146f.tar.bz2
Merge topic 'add-missing-variable-docs'
bebdb454 Help: add missing MINGW variable documentation
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-variables.7.rst1
-rw-r--r--Help/variable/MINGW.rst6
2 files changed, 7 insertions, 0 deletions
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst
index af2c348..c342dbe 100644
--- a/Help/manual/cmake-variables.7.rst
+++ b/Help/manual/cmake-variables.7.rst
@@ -181,6 +181,7 @@ Variables that Describe the System
/variable/CMAKE_SYSTEM_VERSION
/variable/CYGWIN
/variable/ENV
+ /variable/MINGW
/variable/MSVC10
/variable/MSVC11
/variable/MSVC12
diff --git a/Help/variable/MINGW.rst b/Help/variable/MINGW.rst
new file mode 100644
index 0000000..521d417
--- /dev/null
+++ b/Help/variable/MINGW.rst
@@ -0,0 +1,6 @@
+MINGW
+-----
+
+True when using MinGW
+
+Set to true when the compiler is some version of MinGW.