diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-01-28 21:10:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-08-25 13:47:26 (GMT) |
commit | 33bb9cfa365f494bb76ff9c2c78ad625e77152ec (patch) | |
tree | 0fcee76ccbd93a5d2a8cc07ac0919a351642b358 /Tests/RunCMake/Syntax/UnterminatedCall2-stderr.txt | |
parent | db7de303c2a1e35b672016833db4bf85148c98c2 (diff) | |
download | CMake-33bb9cfa365f494bb76ff9c2c78ad625e77152ec.zip CMake-33bb9cfa365f494bb76ff9c2c78ad625e77152ec.tar.gz CMake-33bb9cfa365f494bb76ff9c2c78ad625e77152ec.tar.bz2 |
Parser: Issue messages through cmake, not cmSystemTools
Make these messages uniform with regard to other messages issued by
cmake.
Diffstat (limited to 'Tests/RunCMake/Syntax/UnterminatedCall2-stderr.txt')
-rw-r--r-- | Tests/RunCMake/Syntax/UnterminatedCall2-stderr.txt | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Tests/RunCMake/Syntax/UnterminatedCall2-stderr.txt b/Tests/RunCMake/Syntax/UnterminatedCall2-stderr.txt index 065de30..18656f7 100644 --- a/Tests/RunCMake/Syntax/UnterminatedCall2-stderr.txt +++ b/Tests/RunCMake/Syntax/UnterminatedCall2-stderr.txt @@ -1,7 +1,4 @@ -CMake Error: Error in cmake code at -.*/Syntax/UnterminatedCall2.cmake:4: -Parse error. Function missing ending "\)". End of file reached. -CMake Error at CMakeLists.txt:3 \(include\): - include could not find load file: - - UnterminatedCall2.cmake +CMake Error at UnterminatedCall2.cmake:4: + Parse error. Function missing ending "\)". End of file reached. +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) |