ENH: fix fix for unc paths
This commit is contained in:
parent
efad72a9a3
commit
32dbc4acf8
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue