summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2021-07-20 11:54:31 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-07-20 11:54:58 (GMT)
commit4e5d871e7472b3055c16d96368c13320717bfbce (patch)
tree9964439734853e848f4a294dd2154f6daaa51a26 /Help/variable
parent6521cededd88acc12d0c8211f9c2481750f6e48e (diff)
parent8d1944c675a2240f3b71f813cbf7139429ab766c (diff)
downloadCMake-4e5d871e7472b3055c16d96368c13320717bfbce.zip
CMake-4e5d871e7472b3055c16d96368c13320717bfbce.tar.gz
CMake-4e5d871e7472b3055c16d96368c13320717bfbce.tar.bz2
Merge topic 'doc-cleanups-3.21'
8d1944c675 Help: Expand details for file(COPY_FILE) c8ea886123 Help: Re-order file() sub-commands in Filesystem section b5a96716eb Help: Clarify which project() call PROJECT_IS_TOP_LEVEL is for 8be7694d97 Help: Fix trivial typo Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6361
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/PROJECT_IS_TOP_LEVEL.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/variable/PROJECT_IS_TOP_LEVEL.rst b/Help/variable/PROJECT_IS_TOP_LEVEL.rst
index ad61fec..7e40704 100644
--- a/Help/variable/PROJECT_IS_TOP_LEVEL.rst
+++ b/Help/variable/PROJECT_IS_TOP_LEVEL.rst
@@ -3,7 +3,8 @@ PROJECT_IS_TOP_LEVEL
.. versionadded:: 3.21
-A boolean variable indicating whether :command:`project` was called in a top
+A boolean variable indicating whether the most recently called
+:command:`project` command in the current scope or above was in the top
level ``CMakeLists.txt`` file.
Some modules should only be included as part of the top level