summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-08-23 12:00:57 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-08-23 12:01:18 (GMT)
commit5936d4f2adeec64e0ff748b2c6c34f0436b19a97 (patch)
tree91aaa6e36aecc87fa21c44e81281fc188bfdc7a2 /Help/manual
parent066b22b37111365937152eec42a54eaa4d9e6ed0 (diff)
parent44a2f3f3324a608062eb7b88072c7640f80f4a5c (diff)
downloadCMake-5936d4f2adeec64e0ff748b2c6c34f0436b19a97.zip
CMake-5936d4f2adeec64e0ff748b2c6c34f0436b19a97.tar.gz
CMake-5936d4f2adeec64e0ff748b2c6c34f0436b19a97.tar.bz2
Merge topic 'block-management'
44a2f3f332 Add new flow-control commands for variables and policies scopes management 604993248f cmMakefile::VariablePushPop: helper class to manage variable scopes 3d94ee0e03 cmMakefile::RaiseScope: Add support for cmValue argument 553da0685f cmFunctionBlocker: Add handling of close block without parameters. 02c067dee5 cm::enum_set: fix various bugs Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: John Ericson <git@johnericson.me> Merge-request: !7575
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-commands.7.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/manual/cmake-commands.7.rst b/Help/manual/cmake-commands.7.rst
index 036fa8f..0f35632 100644
--- a/Help/manual/cmake-commands.7.rst
+++ b/Help/manual/cmake-commands.7.rst
@@ -15,6 +15,7 @@ These commands are always available.
.. toctree::
:maxdepth: 1
+ /command/block
/command/break
/command/cmake_host_system_information
/command/cmake_language
@@ -26,6 +27,7 @@ These commands are always available.
/command/continue
/command/else
/command/elseif
+ /command/endblock
/command/endforeach
/command/endfunction
/command/endif