summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/continue/NoEnclosingBlockInFunction-stderr.txt
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2014-11-29 16:56:18 (GMT)
committerBrad King <brad.king@kitware.com>2014-12-01 14:50:49 (GMT)
commit0de867dde282670461e56ce61e9c33fc6044d9a4 (patch)
treeaf94ceb9dbebc712c08381b520462aca49dd113d /Tests/RunCMake/continue/NoEnclosingBlockInFunction-stderr.txt
parent8e75f1d2fa3049ac31f4ebdbc255fca3e6414802 (diff)
downloadCMake-0de867dde282670461e56ce61e9c33fc6044d9a4.zip
CMake-0de867dde282670461e56ce61e9c33fc6044d9a4.tar.gz
CMake-0de867dde282670461e56ce61e9c33fc6044d9a4.tar.bz2
continue: Add a new CMake language command for loop continuation (#14013)
Inspired-by: Doug Barbieri Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
Diffstat (limited to 'Tests/RunCMake/continue/NoEnclosingBlockInFunction-stderr.txt')
-rw-r--r--Tests/RunCMake/continue/NoEnclosingBlockInFunction-stderr.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/RunCMake/continue/NoEnclosingBlockInFunction-stderr.txt b/Tests/RunCMake/continue/NoEnclosingBlockInFunction-stderr.txt
new file mode 100644
index 0000000..af4f3b6
--- /dev/null
+++ b/Tests/RunCMake/continue/NoEnclosingBlockInFunction-stderr.txt
@@ -0,0 +1,6 @@
+CMake Error at NoEnclosingBlockInFunction.cmake:2 \(continue\):
+ A CONTINUE command was found outside of a proper FOREACH or WHILE loop
+ scope.
+Call Stack \(most recent call first\):
+ NoEnclosingBlockInFunction.cmake:6 \(foo\)
+ CMakeLists.txt:3 \(include\)