Makefiles: Port CreateCDCommand to string-based API

This commit is contained in:
Stephen Kelly
2016-08-27 13:44:52 +02:00
parent ad70a236f4
commit e0fd2d0446
5 changed files with 23 additions and 25 deletions
+1 -2
View File
@@ -121,8 +121,7 @@ public:
// create a command that cds to the start dir then runs the commands
void CreateCDCommand(std::vector<std::string>& commands,
const char* targetDir,
cmOutputConverter::RelativeRoot returnDir);
const char* targetDir, std::string const& relDir);
static std::string ConvertToQuotedOutputPath(const char* p,
bool useWatcomQuote);