mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-01 04:08:46 -06:00
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
This commit is contained in:
5
Help/release/dev/foreach-variable-scope.rst
Normal file
5
Help/release/dev/foreach-variable-scope.rst
Normal file
@@ -0,0 +1,5 @@
|
||||
foreach-variable-scope
|
||||
----------------------
|
||||
|
||||
* The :command:`foreach` command restrict loop variables to the loop scope.
|
||||
See policy :policy:`CMP0124` for details.
|
||||
Reference in New Issue
Block a user