summaryrefslogtreecommitdiffstats
path: root/Modules/FindPatch.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FindPatch: Fix typo in find_program callFerenc Gerlits2021-07-211-1/+1
| | | | | | | | There is no `NAME` option. It should be `NAMES`. The call worked with `NAME` only due to old `find_program` signature compatibility. After this, the `find_program` call works even with PATHS removed (on non-Windows systems where this PATHS is not needed).
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-24/+25
|
* FindPatch: Add module to find 'patch' command-line toolJean-Christophe Fillion-Robin2017-09-011-0/+68