diff options
author | Craig Scott <craig.scott@crascit.com> | 2018-03-16 21:22:33 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2018-03-16 21:25:48 (GMT) |
commit | 9b57cb62ea7f1557694054b552cbeb39fb12788e (patch) | |
tree | f0a4ac408c10455962956e8961e58f8f2c286700 | |
parent | c89993d529efa53ce869537cd902f57064c9c678 (diff) | |
download | CMake-9b57cb62ea7f1557694054b552cbeb39fb12788e.zip CMake-9b57cb62ea7f1557694054b552cbeb39fb12788e.tar.gz CMake-9b57cb62ea7f1557694054b552cbeb39fb12788e.tar.bz2 |
Help: Fix minor typo in docs for CMAKE_PROJECT_DESCRIPTION
-rw-r--r-- | Help/variable/CMAKE_PROJECT_DESCRIPTION.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_PROJECT_DESCRIPTION.rst b/Help/variable/CMAKE_PROJECT_DESCRIPTION.rst index 6db5b9e..51b0592 100644 --- a/Help/variable/CMAKE_PROJECT_DESCRIPTION.rst +++ b/Help/variable/CMAKE_PROJECT_DESCRIPTION.rst @@ -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 |