BUG: need to make sure paths are OK
This commit is contained in:
parent
032cf3c998
commit
7d82ffaf00
@ -543,6 +543,7 @@ 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();
|
||||||
}
|
}
|
||||||
|
|
||||||
makeCommand += " \"";
|
makeCommand += " \"";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user