COMP: Need to return a value from fake MD5 method under bootstrap.
This commit is contained in:
parent
817d17e822
commit
386a6ebf25
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user