diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx index c3e577c4a..4c57c5f0e 100644 --- a/Source/cmCacheManager.cxx +++ b/Source/cmCacheManager.cxx @@ -992,6 +992,13 @@ void cmCacheManager::DefineProperties(cmake *cm) "which creates it (set, option, find_library, etc.)." ); + 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.",