diff options
author | Craig Scott <craig.scott@crascit.com> | 2021-07-20 11:54:31 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-07-20 11:54:58 (GMT) |
commit | 3f3179aad10025f3b2eced21a00ef56c5a9ee154 (patch) | |
tree | da9597f76cb6ab7e4b8aa977b848282ba218af9a /Help/variable | |
parent | 4ff651eb52215ca0e1ffe5e5356b56b57913fee0 (diff) | |
parent | 8d1944c675a2240f3b71f813cbf7139429ab766c (diff) | |
download | CMake-3f3179aad10025f3b2eced21a00ef56c5a9ee154.zip CMake-3f3179aad10025f3b2eced21a00ef56c5a9ee154.tar.gz CMake-3f3179aad10025f3b2eced21a00ef56c5a9ee154.tar.bz2 |
Merge topic 'doc-cleanups-3.21' into release-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.rst | 3 |
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 |