mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-09 08:07:32 +00:00
9 lines
119 B
CMake
9 lines
119 B
CMake
function(foo)
|
|
continue()
|
|
endfunction(foo)
|
|
|
|
foreach(i RANGE 1 2)
|
|
foo()
|
|
message(STATUS "Hello World")
|
|
endforeach()
|