ソースを参照

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;
 }