Make file DOWNLOAD less noisy (#11761)

Thanks to Daniel Nelson for the suggestion and the patch.
This commit is contained in:
David Cole 2011-02-09 13:22:32 -05:00
parent 7258b0674c
commit 667cf5b963
2 changed files with 2 additions and 4 deletions

View File

@ -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;

View File

@ -37,5 +37,7 @@ file(DOWNLOAD
${url}
${dir}/file3.png
TIMEOUT 2
STATUS status
EXPECTED_MD5 d16778650db435bda3a8c3435c3ff5d1
)
message(STATUS "${status}")