summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Syntax/BracketNoSpace1-stderr.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-07 13:53:46 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-07-07 13:53:46 (GMT)
commitb33b5cd3170c08f61cbc05fc2a2e462a09703879 (patch)
treea52e3b371bfc7ca67f4f5c6b8db3056046eb6652 /Tests/RunCMake/Syntax/BracketNoSpace1-stderr.txt
parent18fdf13192ba1f1e8ac84b29f44d3d0b0549607e (diff)
parentd2475bb5c4488a0ef6015f13ee46ddc7a2e4455b (diff)
downloadCMake-b33b5cd3170c08f61cbc05fc2a2e462a09703879.zip
CMake-b33b5cd3170c08f61cbc05fc2a2e462a09703879.tar.gz
CMake-b33b5cd3170c08f61cbc05fc2a2e462a09703879.tar.bz2
Merge topic 'refactor-cmListFileBacktrace'
d2475bb5 cmListFileBacktrace: Implement in terms of cmState::Snapshot. 238aac23 cmListFile: Remove FilePath member from cmListFileContext. 329098a9 cmMakefile: Set the FilePath on the frame from the cmState. 91158a33 cmMakefile: Create intermediate variables for snapshot frames. 821f91d6 cmMakefile: Create a scoped context for parsing listfiles. 30d44efa cmMakefile: Access the execution list file from the cmState. 6361f680 cmState: Store execution context. 94704d75 cmState: Add GetCallStackParent method. a8e54460 cmState: Store snapshots for more different types. dbafb015 cmMakefile: Split CallStack into two pieces. 27ff19a9 cmLinkedTree: Add operator* to the iterator.
Diffstat (limited to 'Tests/RunCMake/Syntax/BracketNoSpace1-stderr.txt')
-rw-r--r--Tests/RunCMake/Syntax/BracketNoSpace1-stderr.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/RunCMake/Syntax/BracketNoSpace1-stderr.txt b/Tests/RunCMake/Syntax/BracketNoSpace1-stderr.txt
index 826e511..391e11b 100644
--- a/Tests/RunCMake/Syntax/BracketNoSpace1-stderr.txt
+++ b/Tests/RunCMake/Syntax/BracketNoSpace1-stderr.txt
@@ -1,6 +1,8 @@
-CMake Error at CMakeLists.txt:3 \(include\):
+CMake Error in BracketNoSpace1.cmake:
Syntax Error in cmake code at
.*/Tests/RunCMake/Syntax/BracketNoSpace1.cmake:1:24
Argument not separated from preceding token by whitespace.
+Call Stack \(most recent call first\):
+ CMakeLists.txt:3 \(include\)