commit | 5805461074b2c623026b0f4d4814d674d66385ad | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Mon Apr 07 19:09:59 2025 -0400 |
committer | Brad King <brad.king@kitware.com> | Mon Apr 07 19:57:07 2025 -0400 |
tree | 694d66a75ae28ea397e69cf0e10842066f393e1b | |
parent | db0e2574cb2d3e4471f3cbf210870158dfd74f9e [diff] |
cmSystemTools: Simplify call to FindProgram for our own executable Remove the unnecessary `FindProgramPath` wrapper. Call the KWSys `FindProgram` directly, without our CMake-specific wrapper, since we follow-up with a `ToNormalizedPathOnDisk` anyway.