Explorar el Código

ENH: fix fix for unc paths

Bill Hoffman hace 16 años
padre
commit
32dbc4acf8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Source/cmCacheManager.cxx

+ 1 - 0
Source/cmCacheManager.cxx

@@ -789,6 +789,7 @@ void cmCacheManager::AddCacheEntry(const char* key,
       std::vector<std::string> paths;
       cmSystemTools::ExpandListArgument(e.Value, paths);
       const char* sep = "";
+      e.Value = "";
       for(std::vector<std::string>::iterator i = paths.begin();
           i != paths.end(); ++i)
         {