CMAKE_VERSION.rst 437 B

12345678910
  1. CMAKE_VERSION
  2. -------------
  3. The full version of cmake in major.minor.patch[.tweak[-id]] format.
  4. This specifies the full version of the CMake executable being run.
  5. This variable is defined by versions 2.6.3 and higher. See variables
  6. CMAKE_MAJOR_VERSION, CMAKE_MINOR_VERSION, CMAKE_PATCH_VERSION, and
  7. CMAKE_TWEAK_VERSION for individual version components. The [-id]
  8. component appears in non-release versions and may be arbitrary text.