ENH: fix fix for unc paths

This commit is contained in:
Bill Hoffman 2009-02-10 17:25:20 -05:00
parent efad72a9a3
commit 32dbc4acf8
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{ {