summaryrefslogtreecommitdiff
path: root/Help/variable/CMAKE_PROJECT_VERSION_MAJOR.rst
blob: f1001acafa8c971a3bac7fbc5e0a60b8b287901a (plain)
1
2
3
4
5
6
7
8
9
CMAKE_PROJECT_VERSION_MAJOR
---------------------------

The major version of the top level project.

This variable holds the major 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.