summaryrefslogtreecommitdiffstats
path: root/Help/variable/PROJECT_NAME.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-03-14 14:49:14 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-03-14 14:51:11 (GMT)
commitccdd79d38ed3eadabbfcc18e8e6de5bd6080777c (patch)
treeed8876c7d7d3d4e5ae9a6226d9d136b7e26a7f75 /Help/variable/PROJECT_NAME.rst
parent443a52aa850c1a19d3da0608212a41a4f074d3e9 (diff)
parent6a2a9d107dfeb86187459c224805128ee332f8eb (diff)
downloadCMake-ccdd79d38ed3eadabbfcc18e8e6de5bd6080777c.zip
CMake-ccdd79d38ed3eadabbfcc18e8e6de5bd6080777c.tar.gz
CMake-ccdd79d38ed3eadabbfcc18e8e6de5bd6080777c.tar.bz2
Merge topic 'cmake_project_xxx_docs'
6a2a9d107d Help: Fix incorrect CMAKE_PROJECT_xxx docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1847
Diffstat (limited to 'Help/variable/PROJECT_NAME.rst')
-rw-r--r--Help/variable/PROJECT_NAME.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/variable/PROJECT_NAME.rst b/Help/variable/PROJECT_NAME.rst
index 61aa8bc..672680a 100644
--- a/Help/variable/PROJECT_NAME.rst
+++ b/Help/variable/PROJECT_NAME.rst
@@ -3,4 +3,6 @@ PROJECT_NAME
Name of the project given to the project command.
-This is the name given to the most recent :command:`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.