You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
381 B

  1. CMAKE_PROJECT_VERSION_MINOR
  2. ---------------------------
  3. The minor version of the top level project.
  4. This variable holds the minor version of the project as specified in the top
  5. level CMakeLists.txt file by a :command:`project` command. Please see
  6. :variable:`CMAKE_PROJECT_VERSION` documentation for the behavior when
  7. multiple :command:`project` commands are used in the sources.