stringapi: Use strings for program paths

This commit is contained in:
Ben Boeckel
2014-02-24 17:38:55 -05:00
committed by Brad King
parent 1a1b737c99
commit 6557382dcf
16 changed files with 38 additions and 31 deletions
+2 -2
View File
@@ -107,7 +107,7 @@ bool cmBuildCommand
std::string makecommand = this->Makefile->GetLocalGenerator()
->GetGlobalGenerator()->GenerateCMakeBuildCommand(target, configuration,
0, true);
"", true);
this->Makefile->AddDefinition(variable, makecommand.c_str());
@@ -137,7 +137,7 @@ bool cmBuildCommand
std::string makecommand = this->Makefile->GetLocalGenerator()
->GetGlobalGenerator()->GenerateCMakeBuildCommand("", configType.c_str(),
0, true);
"", true);
if(cacheValue)
{