summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorOrgad Shaneh <orgads@gmail.com>2021-04-28 11:18:05 (GMT)
committerBrad King <brad.king@kitware.com>2021-04-28 14:41:17 (GMT)
commit990b370401a26e43ddc3371ec056c6a8e2adfaec (patch)
tree95f52387ca611b804bc4efe1f5d9a50552dde3c5 /Help
parent91788612450ca2d2fecda2c0f6ca9a323d0a8617 (diff)
downloadCMake-990b370401a26e43ddc3371ec056c6a8e2adfaec.zip
CMake-990b370401a26e43ddc3371ec056c6a8e2adfaec.tar.gz
CMake-990b370401a26e43ddc3371ec056c6a8e2adfaec.tar.bz2
FindMsys: Add a module to find MSYS and some bundled packages
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-modules.7.rst1
-rw-r--r--Help/module/FindMsys.rst1
-rw-r--r--Help/release/dev/FindMsys.rst6
3 files changed, 8 insertions, 0 deletions
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst
index 17c1a1e..141eeaa 100644
--- a/Help/manual/cmake-modules.7.rst
+++ b/Help/manual/cmake-modules.7.rst
@@ -185,6 +185,7 @@ They are normally called through the :command:`find_package` command.
/module/FindMPEG
/module/FindMPEG2
/module/FindMPI
+ /module/FindMsys
/module/FindODBC
/module/FindOpenACC
/module/FindOpenAL
diff --git a/Help/module/FindMsys.rst b/Help/module/FindMsys.rst
new file mode 100644
index 0000000..fc5495c
--- /dev/null
+++ b/Help/module/FindMsys.rst
@@ -0,0 +1 @@
+.. cmake-module:: ../../Modules/FindMsys.cmake
diff --git a/Help/release/dev/FindMsys.rst b/Help/release/dev/FindMsys.rst
new file mode 100644
index 0000000..d237c4e
--- /dev/null
+++ b/Help/release/dev/FindMsys.rst
@@ -0,0 +1,6 @@
+FindMsys
+--------
+
+* The :module:`FindMsys` module was added to find MSYS installations.
+ Like :module:`FindCygwin`, it is used automatically by some other
+ find modules to locate UNIX-style tools on Windows.