mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-08 00:30:48 +00:00
BUG: fix for unix
This commit is contained in:
@@ -545,7 +545,7 @@ std::string cmGlobalUnixMakefileGenerator3::GenerateBuildCommand(const char* mak
|
||||
lg->GetMakefile()->MakeStartDirectoriesCurrent();
|
||||
}
|
||||
|
||||
makeCommand += "\"";
|
||||
makeCommand += " \"";
|
||||
std::string tname = targetName;
|
||||
tname += "/fast";
|
||||
tname = lg->Convert(tname.c_str(),cmLocalGenerator::HOME_OUTPUT,
|
||||
|
||||
Reference in New Issue
Block a user