diff options
author | David Cole <david.cole@kitware.com> | 2011-02-09 18:22:32 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2011-02-09 18:22:32 (GMT) |
commit | 667cf5b96368205544fb82ccce81358957987720 (patch) | |
tree | 13e3f2465a17bfb497a7692732297af809ab9105 /Source | |
parent | 7258b0674cf64292751dcd36d734688031fffa4c (diff) | |
download | CMake-667cf5b96368205544fb82ccce81358957987720.zip CMake-667cf5b96368205544fb82ccce81358957987720.tar.gz CMake-667cf5b96368205544fb82ccce81358957987720.tar.bz2 |
Make file DOWNLOAD less noisy (#11761)
Thanks to Daniel Nelson for the suggestion and the patch.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmFileCommand.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx index 8ebd41f..37fced2 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; |