mirror of
https://github.com/reactos/CMake.git
synced 2025-01-19 18:02:20 +00:00
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…
x
Reference in New Issue
Block a user