mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-07 08:10:48 +00:00
BUG: need to make sure paths are OK
This commit is contained in:
@@ -543,6 +543,7 @@ std::string cmGlobalUnixMakefileGenerator3::GenerateBuildCommand(const char* mak
|
||||
lg->GetMakefile()->SetStartOutputDirectory
|
||||
(this->CMakeInstance->GetStartOutputDirectory());
|
||||
lg->GetMakefile()->MakeStartDirectoriesCurrent();
|
||||
lg->SetupPathConversions();
|
||||
}
|
||||
|
||||
makeCommand += " \"";
|
||||
|
||||
Reference in New Issue
Block a user