diff options
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r-- | Source/cmCacheManager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h index 700c16e..3096ac2 100644 --- a/Source/cmCacheManager.h +++ b/Source/cmCacheManager.h @@ -111,6 +111,9 @@ public: ///! Save cache for given makefile. Saves to ouput path/CMakeCache.txt bool SaveCache(const char* path) ; + ///! Delete the cache given + bool DeleteCache(const char* path); + ///! Print the cache to a stream void PrintCache(std::ostream&) const; |