ENH: get around problem where OBJROOT has been set by default for all projects in Xcode gui
This commit is contained in:
parent
29231c8e6d
commit
d9371295fe
|
@ -176,6 +176,7 @@ std::string cmGlobalXCodeGenerator::GenerateBuildCommand(const char* makeProgram
|
|||
{
|
||||
makeCommand += " -configuration Debug";
|
||||
}
|
||||
makeCommand += " OBJROOT=.";
|
||||
return makeCommand;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue