summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCacheManager.cxx')
-rw-r--r--Source/cmCacheManager.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx
index c3e577c..4c57c5f 100644
--- a/Source/cmCacheManager.cxx
+++ b/Source/cmCacheManager.cxx
@@ -993,6 +993,13 @@ void cmCacheManager::DefineProperties(cmake *cm)
);
cm->DefineProperty
+ ("MODIFIED", cmProperty::CACHE,
+ "Internal management property. Do not set or get.",
+ "This is an internal cache entry property managed by CMake to "
+ "track interactive user modification of entries. Ignore it."
+ );
+
+ cm->DefineProperty
("STRINGS", cmProperty::CACHE,
"Enumerate possible STRING entry values for GUI selection.",
"For cache entries with type STRING, this enumerates a set of values. "