[cmake-commits] martink committed cmake.cxx 1.282 1.283

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 27 16:41:45 EST 2007


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

Modified Files:
	cmake.cxx 
Log Message:
BUG: fix to naming of results file


Index: cmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.cxx,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -d -r1.282 -r1.283
--- cmake.cxx	27 Feb 2007 17:47:14 -0000	1.282
+++ cmake.cxx	27 Feb 2007 21:41:43 -0000	1.283
@@ -2953,7 +2953,7 @@
   if (args.size() == 1)
     {
     resultFile = cwd;
-    resultFile += "__cmake_systeminformation/results.txt";
+    resultFile += "/__cmake_systeminformation/results.txt";
     }
   else
     {



More information about the Cmake-commits mailing list