Переглянути джерело

ENH: fix fix for unc paths

Bill Hoffman 17 роки тому
батько
коміт
32dbc4acf8
1 змінених файлів з 1 додано та 0 видалено
  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)
         {