diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-07-05 17:28:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-06 15:22:41 (GMT) |
commit | 821f91d6ab668bbfcfc645a872acf91f71f76ff1 (patch) | |
tree | 8cb984d07e1f61a365e745c475de91a33e722192 /Tests/RunCMake/Syntax/ParenInENV-stderr.txt | |
parent | 30d44efaf86194271c70f90a8fafa94a7d56f92c (diff) | |
download | CMake-821f91d6ab668bbfcfc645a872acf91f71f76ff1.zip CMake-821f91d6ab668bbfcfc645a872acf91f71f76ff1.tar.gz CMake-821f91d6ab668bbfcfc645a872acf91f71f76ff1.tar.bz2 |
cmMakefile: Create a scoped context for parsing listfiles.
Update the Syntax tests to check for updated/improved backtraces.
Diffstat (limited to 'Tests/RunCMake/Syntax/ParenInENV-stderr.txt')
-rw-r--r-- | Tests/RunCMake/Syntax/ParenInENV-stderr.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/RunCMake/Syntax/ParenInENV-stderr.txt b/Tests/RunCMake/Syntax/ParenInENV-stderr.txt index 7ecfe11..37c5d6e 100644 --- a/Tests/RunCMake/Syntax/ParenInENV-stderr.txt +++ b/Tests/RunCMake/Syntax/ParenInENV-stderr.txt @@ -1,9 +1,11 @@ -CMake Warning \(dev\) at CMakeLists.txt:3 \(include\): +CMake Warning \(dev\) in ParenInENV.cmake: Syntax Warning in cmake code at .*/Tests/RunCMake/Syntax/ParenInENV.cmake:2:21 Argument not separated from preceding token by whitespace. +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) This warning is for project developers. Use -Wno-dev to suppress it. CMake Error at ParenInENV.cmake:2 \(message\): |