diff options
author | Brad King <brad.king@kitware.com> | 2009-01-15 13:57:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-01-15 13:57:17 (GMT) |
commit | 004cdfe6ff01999eeebd3dea088f7f2c8180a7dc (patch) | |
tree | 918921eccff850cae816a890fb181912cec3620f /Source | |
parent | 20f2a086d370dc41aeab2bb25a3fd3573b72dce0 (diff) | |
download | CMake-004cdfe6ff01999eeebd3dea088f7f2c8180a7dc.zip CMake-004cdfe6ff01999eeebd3dea088f7f2c8180a7dc.tar.gz CMake-004cdfe6ff01999eeebd3dea088f7f2c8180a7dc.tar.bz2 |
ENH: Document variable CMAKE_PATCH_VERSION
This adds documentation of CMAKE_PATCH_VERSION to the generated
variables documentation.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmDocumentVariables.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx index c872d90..b8520a4 100644 --- a/Source/cmDocumentVariables.cxx +++ b/Source/cmDocumentVariables.cxx @@ -208,6 +208,12 @@ void cmDocumentVariables::DefineVariables(cmake* cm) "This specifies the minor version of the CMake" " 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 ("CMAKE_PARENT_LIST_FILE", cmProperty::VARIABLE, |