BUG: need to make sure paths are OK
This commit is contained in:
parent
7d82ffaf00
commit
96b52c1787
|
@ -543,9 +543,9 @@ std::string cmGlobalUnixMakefileGenerator3::GenerateBuildCommand(const char* mak
|
||||||
lg->GetMakefile()->SetStartOutputDirectory
|
lg->GetMakefile()->SetStartOutputDirectory
|
||||||
(this->CMakeInstance->GetStartOutputDirectory());
|
(this->CMakeInstance->GetStartOutputDirectory());
|
||||||
lg->GetMakefile()->MakeStartDirectoriesCurrent();
|
lg->GetMakefile()->MakeStartDirectoriesCurrent();
|
||||||
lg->SetupPathConversions();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lg->SetupPathConversions();
|
||||||
makeCommand += " \"";
|
makeCommand += " \"";
|
||||||
std::string tname = targetName;
|
std::string tname = targetName;
|
||||||
tname += "/fast";
|
tname += "/fast";
|
||||||
|
|
Loading…
Reference in New Issue