mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
COMP: Need to return a value from fake MD5 method under bootstrap.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user