mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
cmFindProgramCommand: Use Names member instead of passing it
This commit is contained in:
@@ -52,11 +52,9 @@ public:
|
||||
|
||||
cmTypeMacro(cmFindProgramCommand, cmFindBase);
|
||||
|
||||
protected:
|
||||
std::string FindProgram(std::vector<std::string> names);
|
||||
|
||||
private:
|
||||
std::string FindAppBundle(std::vector<std::string> names);
|
||||
std::string FindProgram();
|
||||
std::string FindAppBundle();
|
||||
std::string GetBundleExecutable(std::string bundlePath);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user