mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
ENH: fix fix for unc paths
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user