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