From 13c322a0be1fab48e919b8c6acb1ee4ce6ddcfee Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 18 Oct 2005 16:35:11 -0400 Subject: ENH: fix test --- Source/cmOutputRequiredFilesCommand.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmOutputRequiredFilesCommand.cxx b/Source/cmOutputRequiredFilesCommand.cxx index 34a4c8e..4121e1b 100644 --- a/Source/cmOutputRequiredFilesCommand.cxx +++ b/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) { -- cgit v0.12