CMAKE_PROJECT_VERSION_PATCH.rst 381 B

123456789
  1. CMAKE_PROJECT_VERSION_PATCH
  2. ---------------------------
  3. The patch version of the top level project.
  4. This variable holds the patch version of the project as specified in the top
  5. level CMakeLists.txt file by a :command:`project` command. Please see
  6. :variable:`CMAKE_PROJECT_VERSION` documentation for the behavior when
  7. multiple :command:`project` commands are used in the sources.