gse/cmake/share/cmake-3.30/Help/variable/CMAKE_PROJECT_VERSION_MINOR.rst
2024-08-19 00:33:31 +02:00

12 lines
405 B
ReStructuredText

CMAKE_PROJECT_VERSION_MINOR
---------------------------
.. versionadded:: 3.12
The minor version of the top level project.
This variable holds the minor 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.