瀏覽代碼

ENH: fix test

Bill Hoffman 20 年之前
父節點
當前提交
13c322a0be
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Source/cmOutputRequiredFilesCommand.cxx

+ 0 - 1
Source/cmOutputRequiredFilesCommand.cxx

@@ -27,7 +27,6 @@ class cmLBDepend : public cmMakeDepend
 
 void cmLBDepend::DependWalk(cmDependInformation* info)
 {
-  m_Verbose = true;
   std::ifstream fin(info->m_FullPath.c_str());
   if(!fin)
     {