浏览代码

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

Bill Hoffman 19 年之前
父节点
当前提交
78275f1d4b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Source/cmGlobalXCodeGenerator.cxx

+ 0 - 1
Source/cmGlobalXCodeGenerator.cxx

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