mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
12 lines
405 B
ReStructuredText
12 lines
405 B
ReStructuredText
CMAKE_PROJECT_VERSION_PATCH
|
|
---------------------------
|
|
|
|
.. versionadded:: 3.12
|
|
|
|
The patch version of the top level project.
|
|
|
|
This variable holds the patch version of the project as specified in the top
|
|
level CMakeLists.txt file by a :command:`project` command. Please see
|
|
:variable:`CMAKE_PROJECT_VERSION` documentation for the behavior when
|
|
multiple :command:`project` commands are used in the sources.
|