summaryrefslogtreecommitdiff
path: root/Source/cmFileCommand.cxx
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-02-09 13:22:32 -0500
committerDavid Cole <david.cole@kitware.com>2011-02-09 13:22:32 -0500
commit667cf5b96368205544fb82ccce81358957987720 (patch)
tree13e3f2465a17bfb497a7692732297af809ab9105 /Source/cmFileCommand.cxx
parent7258b0674cf64292751dcd36d734688031fffa4c (diff)
downloadcmake-667cf5b96368205544fb82ccce81358957987720.tar.gz
Make file DOWNLOAD less noisy (#11761)
Thanks to Daniel Nelson for the suggestion and the patch.
Diffstat (limited to 'Source/cmFileCommand.cxx')
-rw-r--r--Source/cmFileCommand.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx
index 8ebd41f920..37fced2db7 100644
--- a/Source/cmFileCommand.cxx
+++ b/Source/cmFileCommand.cxx
@@ -2658,10 +2658,6 @@ cmFileCommand::HandleDownloadCommand(std::vector<std::string>
if (expectedMD5sum == actualMD5sum)
{
- this->Makefile->DisplayStatus(
- "FILE(DOWNLOAD) returning early: file already exists with "
- "expected MD5 sum", -1);
-
if(statusVar.size())
{
cmOStringStream result;