summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r--Source/cmCacheManager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h
index abd14bd..4bcb982 100644
--- a/Source/cmCacheManager.h
+++ b/Source/cmCacheManager.h
@@ -155,6 +155,9 @@ public:
unsigned int GetCacheMinorVersion() { return this->CacheMinorVersion; }
bool NeedCacheCompatibility(int major, int minor);
+ /** Define and document CACHE entry properties. */
+ static void DefineProperties(cmake *cm);
+
protected:
///! Add an entry into the cache
void AddCacheEntry(const char* key, const char* value,