diff options
-rw-r--r-- | Source/cmSystemTools.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index aba375d..002dc0b 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -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 } |