diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-10-18 20:35:11 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-10-18 20:35:11 (GMT) |
commit | 13c322a0be1fab48e919b8c6acb1ee4ce6ddcfee (patch) | |
tree | 3ee4c170aa1204be53309a253478a6373e2db328 /Source | |
parent | eef7ccc9d60083e9687672dae0b6186c6dc631bc (diff) | |
download | CMake-13c322a0be1fab48e919b8c6acb1ee4ce6ddcfee.zip CMake-13c322a0be1fab48e919b8c6acb1ee4ce6ddcfee.tar.gz CMake-13c322a0be1fab48e919b8c6acb1ee4ce6ddcfee.tar.bz2 |
ENH: fix test
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmOutputRequiredFilesCommand.cxx | 1 |
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) { |