فهرست منبع

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