cmFindProgramCommand: Use Names member instead of passing it

This commit is contained in:
Brad King
2015-09-01 13:42:14 -04:00
parent bf32b95efe
commit ed4de3c984
2 changed files with 10 additions and 13 deletions

View File

@@ -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);
};