summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-05-03 13:59:27 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-05-03 13:59:35 (GMT)
commit4df3f5300a13827336ca5329b53834cf0fb63a7d (patch)
tree89b2489244747aac917921dbb79eecf30bc09f60 /Help/manual
parentec6ba9a3b80a6653d157bb25faa758fa418305c9 (diff)
parent46896d98bb8ed8a1068da70220581f8bbc3847fc (diff)
downloadCMake-4df3f5300a13827336ca5329b53834cf0fb63a7d.zip
CMake-4df3f5300a13827336ca5329b53834cf0fb63a7d.tar.gz
CMake-4df3f5300a13827336ca5329b53834cf0fb63a7d.tar.bz2
Merge topic 'foreach-loop-variable'
46896d98bb foreach(): loop variables are only available in the loop scope Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Acked-by: Michael Hirsch <michael@scivision.dev> Merge-request: !6044
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-policies.7.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst
index b41ce59..08449a7 100644
--- a/Help/manual/cmake-policies.7.rst
+++ b/Help/manual/cmake-policies.7.rst
@@ -57,6 +57,7 @@ Policies Introduced by CMake 3.21
.. toctree::
:maxdepth: 1
+ CMP0124: foreach() loop variables are only available in the loop scope. </policy/CMP0124>
CMP0123: ARMClang cpu/arch compile and link flags must be set explicitly. </policy/CMP0123>
CMP0122: UseSWIG use standard library name conventions for csharp language. </policy/CMP0122>
CMP0121: The list command detects invalid indicies. </policy/CMP0121>