Pārlūkot izejas kodu

ENH: fix fix for unc paths

Bill Hoffman 16 gadi atpakaļ
vecāks
revīzija
32dbc4acf8
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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;
       std::vector<std::string> paths;
       cmSystemTools::ExpandListArgument(e.Value, paths);
       cmSystemTools::ExpandListArgument(e.Value, paths);
       const char* sep = "";
       const char* sep = "";
+      e.Value = "";
       for(std::vector<std::string>::iterator i = paths.begin();
       for(std::vector<std::string>::iterator i = paths.begin();
           i != paths.end(); ++i)
           i != paths.end(); ++i)
         {
         {