summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/add_custom_command/AppendNotOutput-stderr.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/add_custom_command/AppendNotOutput-stderr.txt')
-rw-r--r--Tests/RunCMake/add_custom_command/AppendNotOutput-stderr.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/RunCMake/add_custom_command/AppendNotOutput-stderr.txt b/Tests/RunCMake/add_custom_command/AppendNotOutput-stderr.txt
index 96d0972..cd542d8 100644
--- a/Tests/RunCMake/add_custom_command/AppendNotOutput-stderr.txt
+++ b/Tests/RunCMake/add_custom_command/AppendNotOutput-stderr.txt
@@ -1,5 +1,8 @@
CMake Error at AppendNotOutput.cmake:1 \(add_custom_command\):
- add_custom_command given APPEND option with output.*
+ add_custom_command given APPEND option with output
+
+ .*RunCMake/add_custom_command/AppendNotOutput-build/out.*
+
which is not already a custom command output.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)