Commit Graph

5 Commits

Author SHA1 Message Date
Peter Kokot
a01b092e19 FindPatch: Update documentation
- Extended the examples section.
- Module documentation synced with other find modules a bit.
- Patch_FOUND variable used. The PATCH_FOUND is also set by the
  find_package_handle_standard_args().
2025-04-06 23:04:04 +02:00
Brad King
9e3b559b6a Tests: Update cmake_minimum_required versions to 3.10 2024-10-03 14:18:16 -04:00
Brad King
04b5df1f3a Tests: Fix FindPatch test with VS generators
Tell CTest the project used to name the `.sln` file.
2023-02-13 12:35:44 -05:00
Brad King
501b08ea67 Tests: Fix FindPatch test on Windows
On Windows our input and patch files may have CRLF newlines.
Tell `patch` not to transform them to LF newlines because our
baseline will have CRLF newlines too.
2017-11-15 06:56:04 -05:00
Jean-Christophe Fillion-Robin
2645cb6208 FindPatch: Add module to find 'patch' command-line tool 2017-09-01 11:46:28 -04:00