Browse Source

ENH: fix test

Bill Hoffman 20 năm trước cách đây
mục cha
commit
13c322a0be
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)
     {