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>
10 lines
237 B
CMake
10 lines
237 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(ContinueForeach)
|
|
run_cmake(ContinueForEachInLists)
|
|
run_cmake(ContinueNestedForeach)
|
|
run_cmake(ContinueWhile)
|
|
run_cmake(NoArgumentsToContinue)
|
|
run_cmake(NoEnclosingBlock)
|
|
run_cmake(NoEnclosingBlockInFunction)
|