SystemTools: Remove redundant FindProgram signatures

The caller can easily convert arguments to use the primary signature.

Also remove:

  • FindProgramPath: It just wraps around FindProgram with operations that can be better performed by the caller.
  • FindLibrary: This was only used by CMake, which does its own thing now.
Edited by Brad King

Merge request reports

Loading