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/ParenInENV-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/ParenInENV-stderr.txt')
-rw-r--r-- | Tests/RunCMake/Syntax/ParenInENV-stderr.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Tests/RunCMake/Syntax/ParenInENV-stderr.txt b/Tests/RunCMake/Syntax/ParenInENV-stderr.txt index 37c5d6e..d7861e2 100644 --- a/Tests/RunCMake/Syntax/ParenInENV-stderr.txt +++ b/Tests/RunCMake/Syntax/ParenInENV-stderr.txt @@ -1,7 +1,5 @@ -CMake Warning \(dev\) in ParenInENV.cmake: - Syntax Warning in cmake code at - - .*/Tests/RunCMake/Syntax/ParenInENV.cmake:2:21 +CMake Warning \(dev\) at ParenInENV.cmake:2: + Syntax Warning in cmake code at column 21 Argument not separated from preceding token by whitespace. Call Stack \(most recent call first\): @@ -11,7 +9,7 @@ This warning is for project developers. Use -Wno-dev to suppress it. CMake Error at ParenInENV.cmake:2 \(message\): Syntax error in cmake code at - .*/Tests/RunCMake/Syntax/ParenInENV.cmake:2 + .*Tests/RunCMake/Syntax/ParenInENV.cmake:2 when parsing string |