mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-03 21:27:48 +00:00
Help: Fix minor typo in docs for CMAKE_PROJECT_DESCRIPTION
This commit is contained in:
@@ -7,7 +7,7 @@ This variable holds the description of the project as specified in the top
|
||||
level CMakeLists.txt file by a :command:`project` command. In the event that
|
||||
the top level CMakeLists.txt contains multiple :command:`project` calls,
|
||||
the most recently called one from that top level CMakeLists.txt will determine
|
||||
the name that ``CMAKE_PROJECT_DESCRIPTION`` contains. For example, consider
|
||||
the value that ``CMAKE_PROJECT_DESCRIPTION`` contains. For example, consider
|
||||
the following top level CMakeLists.txt:
|
||||
|
||||
.. code-block:: cmake
|
||||
|
||||
Reference in New Issue
Block a user