Browse Source

ENH: fix fix for unc paths

Bill Hoffman 17 years ago
parent
commit
32dbc4acf8
1 changed files with 1 additions and 0 deletions
  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)
         {