Skip to content
  • Ferenc Gerlits's avatar
    FindPatch: Fix typo in find_program call · 39a18aad
    Ferenc Gerlits authored and Brad King's avatar Brad King committed
    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).
    39a18aad