• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CMAKE_PROJECT_VERSION_TWEAK
2---------------------------
3
4.. versionadded:: 3.12
5
6The tweak version of the top level project.
7
8This variable holds the tweak version of the project as specified in the top
9level CMakeLists.txt file by a :command:`project` command. Please see
10:variable:`CMAKE_PROJECT_VERSION` documentation for the behavior when
11multiple :command:`project` commands are used in the sources.
12