summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorHarry Mallon <hjmallon@gmail.com>2019-01-30 13:16:02 +0000
committerBrad King <brad.king@kitware.com>2019-01-30 10:20:59 -0500
commitec027aa64a8f5ee59d4962673cc8e8ec1abd5d85 (patch)
treeb50d1411a043f7c88c86b64220d8b65c6079d241 /Help
parentc30f9b1cdefc2fa26d89bc692001a4f1050f6038 (diff)
downloadcmake-ec027aa64a8f5ee59d4962673cc8e8ec1abd5d85.tar.gz
Help: Add documentation for MSYS variable
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-variables.7.rst1
-rw-r--r--Help/variable/MSYS.rst4
2 files changed, 5 insertions, 0 deletions
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst
index de4ce3debc..5a16795b16 100644
--- a/Help/manual/cmake-variables.7.rst
+++ b/Help/manual/cmake-variables.7.rst
@@ -276,6 +276,7 @@ Variables that Describe the System
/variable/MSVC_IDE
/variable/MSVC_TOOLSET_VERSION
/variable/MSVC_VERSION
+ /variable/MSYS
/variable/UNIX
/variable/WIN32
/variable/WINCE
diff --git a/Help/variable/MSYS.rst b/Help/variable/MSYS.rst
new file mode 100644
index 0000000000..25ddc7f739
--- /dev/null
+++ b/Help/variable/MSYS.rst
@@ -0,0 +1,4 @@
+MSYS
+----
+
+``True`` when using the :generator:`MSYS Makefiles` generator.