[Cmake-commits] [cmake-commits] king committed cmCacheManager.cxx 1.111 1.112

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Mar 13 10:53:57 EDT 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv29632/Source

Modified Files:
	cmCacheManager.cxx 
Log Message:
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.


Index: cmCacheManager.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCacheManager.cxx,v
retrieving revision 1.111
retrieving revision 1.112
diff -C 2 -d -r1.111 -r1.112
*** cmCacheManager.cxx	13 Mar 2009 14:53:42 -0000	1.111
--- cmCacheManager.cxx	13 Mar 2009 14:53:53 -0000	1.112
***************
*** 994,997 ****
--- 994,1004 ----
  
    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.",



More information about the Cmake-commits mailing list