COMP: Need to return a value from fake MD5 method under bootstrap.

This commit is contained in:
Brad King 2008-01-25 08:11:04 -05:00
parent 817d17e822
commit 386a6ebf25
1 changed files with 1 additions and 0 deletions

View File

@ -1142,6 +1142,7 @@ std::string cmSystemTools::ComputeStringMD5(const char* input)
#else
(void)input;
cmSystemTools::Message("md5sum not supported in bootstrapping mode","Error");
return "";
#endif
}