mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 05:50:42 +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
9 lines
292 B
ReStructuredText
9 lines
292 B
ReStructuredText
PROJECT_NAME
|
|
------------
|
|
|
|
Name of the project given to the project command.
|
|
|
|
This is the name given to the most recently called :command:`project`
|
|
command in the current directory scope or above. To obtain the name of
|
|
the top level project, see the :variable:`CMAKE_PROJECT_NAME` variable.
|