diff options
Diffstat (limited to 'Help/variable/CMAKE_MINOR_VERSION.rst')
-rw-r--r-- | Help/variable/CMAKE_MINOR_VERSION.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_MINOR_VERSION.rst b/Help/variable/CMAKE_MINOR_VERSION.rst new file mode 100644 index 0000000..bbc1073 --- /dev/null +++ b/Help/variable/CMAKE_MINOR_VERSION.rst @@ -0,0 +1,6 @@ +CMAKE_MINOR_VERSION +------------------- + +The Minor version of cmake (i.e. the 4 in X.4.X). + +This specifies the minor version of the CMake executable being run. |