浏览代码

ENH: fix fix for unc paths

Bill Hoffman 16 年之前
父节点
当前提交
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)
         {