Commit Graph

4 Commits

Author SHA1 Message Date
Peter Kokot
f95eb088ad FindCygwin, FindMsys: Update documentation
This extends the modules documentation to clarify their intended usage
is for other find modules rather than in projects directly.
2025-04-09 15:44:44 +02:00
Kitware Robot
1772622772 LICENSE: Replace references to Copyright.txt with LICENSE.rst
```
git grep -lz 'Copyright.txt or https://cmake.org/licensing ' |
  while IFS= read -r -d $'\0' f ; do
    sed -i '/Copyright.txt or https:\/\/cmake.org\/licensing / {
              s/Copyright.txt/LICENSE.rst/
            }' "$f" ; done
```
2025-03-03 10:43:35 -05:00
Ziemowit Łąski
2057066e05 FindMsys: Modernize search paths for common MSYS locations 2022-11-30 08:48:14 -05:00
Orgad Shaneh
990b370401 FindMsys: Add a module to find MSYS and some bundled packages 2021-04-28 10:41:17 -04:00