ENH: do not use OBJROOT or you can get two copies of executables

This commit is contained in:
Bill Hoffman 2006-08-14 17:02:34 -04:00
parent f6b2a42266
commit 78275f1d4b

View File

@ -196,7 +196,6 @@ std::string cmGlobalXCodeGenerator
makeCommand += " "; makeCommand += " ";
makeCommand += additionalOptions; makeCommand += additionalOptions;
} }
makeCommand += " OBJROOT=.";
return makeCommand; return makeCommand;
} }