blob: 61fd1f321055a4794a37fc2ab547804d6751f226 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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.
|