blob: 37caf9c3baf752122e13360440b2e23da4ade3dd (
plain)
1
2
3
4
5
6
7
8
9
|
include(RunCMake)
run_cmake(ContinueForeach)
run_cmake(ContinueForEachInLists)
run_cmake(ContinueNestedForeach)
run_cmake(ContinueWhile)
run_cmake(NoArgumentsToContinue)
run_cmake(NoEnclosingBlock)
run_cmake(NoEnclosingBlockInFunction)
|