mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
6a2a9d107d
The docs for CMAKE_PROJECT_NAME and CMAKE_PROJECT_DESCRIPTION were erroneously documenting the behavior of PROJECT_NAME and PROJECT_DESCRIPTION respectively. Fix these and update the project() docs to also mention CMAKE_PROJECT_NAME and CMAKE_PROJECT_DESCRIPTION. Fixes: #17815
10 lines
333 B
ReStructuredText
10 lines
333 B
ReStructuredText
PROJECT_DESCRIPTION
|
|
-------------------
|
|
|
|
Short project description given to the project command.
|
|
|
|
This is the description given to the most recently called :command:`project`
|
|
command in the current directory scope or above. To obtain the description
|
|
of the top level project, see the :variable:`CMAKE_PROJECT_DESCRIPTION`
|
|
variable.
|