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
1 changed files with 0 additions and 1 deletions

View File

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