Bläddra i källkod

ENH: fix test

Bill Hoffman 20 år sedan
förälder
incheckning
13c322a0be
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      Source/cmOutputRequiredFilesCommand.cxx

+ 0 - 1
Source/cmOutputRequiredFilesCommand.cxx

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