From 5cde305b99613839fb93bbb89f11e1f315626cee Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 13 Mar 2009 10:53:53 -0400 Subject: BUG: Document internal cache property MODIFIED All cmake-defined properties should be documented, even if they are internal. This fixes the DocTest when CMAKE_STRICT is enabled. --- Source/cmCacheManager.cxx | 7 +++++++ 1 file changed, 7 insertions(+) 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. " -- cgit v0.12