ENH: do not use OBJROOT or you can get two copies of executables
This commit is contained in:
parent
f6b2a42266
commit
78275f1d4b
|
@ -196,7 +196,6 @@ std::string cmGlobalXCodeGenerator
|
|||
makeCommand += " ";
|
||||
makeCommand += additionalOptions;
|
||||
}
|
||||
makeCommand += " OBJROOT=.";
|
||||
return makeCommand;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue