[cmake-commits] martink committed cmMakefile.cxx 1.373 1.374

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Feb 28 14:46:00 EST 2007


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

Modified Files:
	cmMakefile.cxx 
Log Message:
BUG: cleanup paths in GetSourceFile to handle bug 2724


Index: cmMakefile.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMakefile.cxx,v
retrieving revision 1.373
retrieving revision 1.374
diff -u -d -r1.373 -r1.374
--- cmMakefile.cxx	23 Feb 2007 14:46:27 -0000	1.373
+++ cmMakefile.cxx	28 Feb 2007 19:45:58 -0000	1.374
@@ -1994,6 +1994,7 @@
       path += cmSystemTools::GetFilenamePath(sourceName);
       }
     }
+  path = cmSystemTools::CollapseFullPath(path.c_str());
 
   std::string sname = 
     cmSystemTools::GetFilenameWithoutLastExtension(sourceName);



More information about the Cmake-commits mailing list