Files
CMake/Modules/FindPatch.cmake
Ferenc Gerlits 39a18aad07 FindPatch: Fix typo in find_program call
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).
2021-07-21 10:50:05 -04:00

1.8 KiB