diff options
-rw-r--r-- | Source/cmCacheManager.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx index 06e84c4..aaf863a 100644 --- a/Source/cmCacheManager.cxx +++ b/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) { |