[Cmake-commits] [cmake-commits] hoffman committed cmCacheManager.cxx 1.102 1.103

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 10 17:25:25 EST 2009


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

Modified Files:
	cmCacheManager.cxx 
Log Message:
ENH: fix fix for unc paths 


Index: cmCacheManager.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCacheManager.cxx,v
retrieving revision 1.102
retrieving revision 1.103
diff -C 2 -d -r1.102 -r1.103
*** cmCacheManager.cxx	9 Feb 2009 13:25:55 -0000	1.102
--- cmCacheManager.cxx	10 Feb 2009 22:25:20 -0000	1.103
***************
*** 790,793 ****
--- 790,794 ----
        cmSystemTools::ExpandListArgument(e.Value, paths);
        const char* sep = "";
+       e.Value = "";
        for(std::vector<std::string>::iterator i = paths.begin();
            i != paths.end(); ++i)



More information about the Cmake-commits mailing list