SystemTools: Remove redundant FindProgram signatures
The caller can easily convert arguments to use the primary signature.
Also remove:
-
FindProgramPath
: It just wraps aroundFindProgram
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
Activity
assigned to @brad.king
added 5 commits
-
a7715880...ad56a91c - 2 commits from branch
utils:master
- 4336afc4 - SystemTools: Remove redundant FindProgramPath function
- 54219234 - SystemTools: Remove redundant FindProgram signatures
- 7a633bad - SystemTools: Remove FindLibrary
Toggle commit list-
a7715880...ad56a91c - 2 commits from branch
mentioned in merge request cmake/cmake!10625 (merged)
mentioned in commit 0fa969cb
Please register or sign in to reply