[cmake-commits] king committed cmSystemTools.cxx 1.360 1.361
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Jan 25 08:11:06 EST 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv7089
Modified Files:
cmSystemTools.cxx
Log Message:
COMP: Need to return a value from fake MD5 method under bootstrap.
Index: cmSystemTools.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSystemTools.cxx,v
retrieving revision 1.360
retrieving revision 1.361
diff -u -d -r1.360 -r1.361
--- cmSystemTools.cxx 24 Jan 2008 21:11:06 -0000 1.360
+++ cmSystemTools.cxx 25 Jan 2008 13:11:04 -0000 1.361
@@ -1142,6 +1142,7 @@
#else
(void)input;
cmSystemTools::Message("md5sum not supported in bootstrapping mode","Error");
+ return "";
#endif
}
More information about the Cmake-commits
mailing list