summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCacheManager.cxx')
-rw-r--r--Source/cmCacheManager.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx
index 62762e2..90cfd3d 100644
--- a/Source/cmCacheManager.cxx
+++ b/Source/cmCacheManager.cxx
@@ -136,6 +136,11 @@ bool cmCacheManager::SaveCache(cmMakefile* mf)
return true;
}
+void cmCacheManager::RemoveCacheEntry(const char* key)
+{
+ m_Cache.erase(key);
+}
+
void cmCacheManager::AddCacheEntry(const char* key,
const char* value,
CacheEntryType type)