diff options
author | Harry Mallon <hjmallon@gmail.com> | 2019-01-30 13:16:02 +0000 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-01-30 10:20:59 -0500 |
commit | ec027aa64a8f5ee59d4962673cc8e8ec1abd5d85 (patch) | |
tree | b50d1411a043f7c88c86b64220d8b65c6079d241 /Help | |
parent | c30f9b1cdefc2fa26d89bc692001a4f1050f6038 (diff) | |
download | cmake-ec027aa64a8f5ee59d4962673cc8e8ec1abd5d85.tar.gz |
Help: Add documentation for MSYS variable
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-variables.7.rst | 1 | ||||
-rw-r--r-- | Help/variable/MSYS.rst | 4 |
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. |