summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-10-18 20:35:11 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-10-18 20:35:11 (GMT)
commit13c322a0be1fab48e919b8c6acb1ee4ce6ddcfee (patch)
tree3ee4c170aa1204be53309a253478a6373e2db328 /Source
parenteef7ccc9d60083e9687672dae0b6186c6dc631bc (diff)
downloadCMake-13c322a0be1fab48e919b8c6acb1ee4ce6ddcfee.zip
CMake-13c322a0be1fab48e919b8c6acb1ee4ce6ddcfee.tar.gz
CMake-13c322a0be1fab48e919b8c6acb1ee4ce6ddcfee.tar.bz2
ENH: fix test
Diffstat (limited to 'Source')
-rw-r--r--Source/cmOutputRequiredFilesCommand.cxx1
1 files changed, 0 insertions, 1 deletions
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)
{