[Cmake-commits] [cmake-commits] king committed cmDocumentVariables.cxx 1.23 1.24

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jan 15 08:57:19 EST 2009


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

Modified Files:
	cmDocumentVariables.cxx 
Log Message:
ENH: Document variable CMAKE_PATCH_VERSION

This adds documentation of CMAKE_PATCH_VERSION to the generated
variables documentation.


Index: cmDocumentVariables.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmDocumentVariables.cxx,v
retrieving revision 1.23
retrieving revision 1.24
diff -C 2 -d -r1.23 -r1.24
*** cmDocumentVariables.cxx	10 Jan 2009 13:16:39 -0000	1.23
--- cmDocumentVariables.cxx	15 Jan 2009 13:57:17 -0000	1.24
***************
*** 209,212 ****
--- 209,218 ----
       " executable being run.",false,
       "Variables that Provide Information");
+   cm->DefineProperty
+     ("CMAKE_PATCH_VERSION", cmProperty::VARIABLE,
+      "The patch version of cmake (i.e. the 3 in X.X.3).",
+      "This specifies the patch version of the CMake"
+      " executable being run.",false,
+      "Variables that Provide Information");
  
    cm->DefineProperty



More information about the Cmake-commits mailing list