diff options
author | Bartosz Kosiorek <bartosz.kosiorek@tomtom.com> | 2019-05-30 07:18:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-06-03 14:03:53 (GMT) |
commit | 3475e2728bad16899b50131785a61f43083e8ba9 (patch) | |
tree | a5068cc18e7e94fec5b03844da01edf88ec5542b /Tests/RunCMake/Syntax/UnterminatedCall1-stderr.txt | |
parent | 187928875d215df8757b291ad629a36df75da42b (diff) | |
download | CMake-3475e2728bad16899b50131785a61f43083e8ba9.zip CMake-3475e2728bad16899b50131785a61f43083e8ba9.tar.gz CMake-3475e2728bad16899b50131785a61f43083e8ba9.tar.bz2 |
cmListFileCache: When missing ending ) print starting line instead of last one
Fixes: #19301
Diffstat (limited to 'Tests/RunCMake/Syntax/UnterminatedCall1-stderr.txt')
-rw-r--r-- | Tests/RunCMake/Syntax/UnterminatedCall1-stderr.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/Syntax/UnterminatedCall1-stderr.txt b/Tests/RunCMake/Syntax/UnterminatedCall1-stderr.txt index 3f52244..f3ee895 100644 --- a/Tests/RunCMake/Syntax/UnterminatedCall1-stderr.txt +++ b/Tests/RunCMake/Syntax/UnterminatedCall1-stderr.txt @@ -1,4 +1,4 @@ -CMake Error at UnterminatedCall1.cmake:2: +CMake Error at UnterminatedCall1.cmake:1: Parse error. Function missing ending "\)". End of file reached. Call Stack \(most recent call first\): CMakeLists.txt:3 \(include\) |