소스 검색

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 += " ";
     makeCommand += additionalOptions;
     makeCommand += additionalOptions;
     }
     }
-  makeCommand += " OBJROOT=.";
   return makeCommand;
   return makeCommand;
 }
 }