mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
0de867dde2
Inspired-by: Doug Barbieri Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
4 lines
48 B
CMake
4 lines
48 B
CMake
foreach(i RANGE 1 2)
|
|
continue(1)
|
|
endforeach()
|