summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-01-31 16:09:46 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-01-31 16:10:03 (GMT)
commit1b3b0fa43a51aed03f38b98f30d9383bc6d377d6 (patch)
treea63ed46eed599add263f7f10b06396b4e45281a0 /Help
parent74cba6a3fde29649a924bc54269ed3449743eb5f (diff)
parentec027aa64a8f5ee59d4962673cc8e8ec1abd5d85 (diff)
downloadCMake-1b3b0fa43a51aed03f38b98f30d9383bc6d377d6.zip
CMake-1b3b0fa43a51aed03f38b98f30d9383bc6d377d6.tar.gz
CMake-1b3b0fa43a51aed03f38b98f30d9383bc6d377d6.tar.bz2
Merge topic 'msys_docs'
ec027aa64a Help: Add documentation for MSYS variable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2882
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 de4ce3d..5a16795 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 0000000..25ddc7f
--- /dev/null
+++ b/Help/variable/MSYS.rst
@@ -0,0 +1,4 @@
+MSYS
+----
+
+``True`` when using the :generator:`MSYS Makefiles` generator.