[cmake-commits] andy committed cmake.cxx 1.279 1.280

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Feb 22 09:10:39 EST 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv24257/Source

Modified Files:
	cmake.cxx 
Log Message:
BUG: Produce an error when the script is not found


Index: cmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.cxx,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -d -r1.279 -r1.280
--- cmake.cxx	15 Feb 2007 20:07:16 -0000	1.279
+++ cmake.cxx	22 Feb 2007 14:10:37 -0000	1.280
@@ -377,7 +377,7 @@
       (cmSystemTools::GetCurrentWorkingDirectory().c_str());
     if (!lg->GetMakefile()->ReadListFile(0, path))
       {
-      std::cerr << "Error processing file:" << path << "\n";
+      cmSystemTools::Error("Error processing file:", path);
       }
     }
 



More information about the Cmake-commits mailing list