mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Tests/RunCMake/include: Match incidental line numbers more robustly
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
^CMake Warning \(dev\) at EmptyString\.cmake:1 \(include\):
|
^CMake Warning \(dev\) at EmptyString\.cmake:1 \(include\):
|
||||||
include\(\) given empty file name \(ignored\).
|
include\(\) given empty file name \(ignored\).
|
||||||
Call Stack \(most recent call first\):
|
Call Stack \(most recent call first\):
|
||||||
CMakeLists\.txt:3 \(include\)
|
CMakeLists\.txt:[0-9]+ \(include\)
|
||||||
This warning is for project developers\. Use -Wno-dev to suppress it\.$
|
This warning is for project developers\. Use -Wno-dev to suppress it\.$
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
^CMake Warning \(dev\) at EmptyStringOptional\.cmake:1 \(include\):
|
^CMake Warning \(dev\) at EmptyStringOptional\.cmake:1 \(include\):
|
||||||
include\(\) given empty file name \(ignored\).
|
include\(\) given empty file name \(ignored\).
|
||||||
Call Stack \(most recent call first\):
|
Call Stack \(most recent call first\):
|
||||||
CMakeLists\.txt:3 \(include\)
|
CMakeLists\.txt:[0-9]+ \(include\)
|
||||||
This warning is for project developers\. Use -Wno-dev to suppress it\.$
|
This warning is for project developers\. Use -Wno-dev to suppress it\.$
|
||||||
|
|||||||
@@ -4,4 +4,4 @@
|
|||||||
[^
|
[^
|
||||||
]*/Tests/RunCMake/include/ExportExportInclude-build/theTargets\.cmake
|
]*/Tests/RunCMake/include/ExportExportInclude-build/theTargets\.cmake
|
||||||
Call Stack \(most recent call first\):
|
Call Stack \(most recent call first\):
|
||||||
CMakeLists\.txt:3 \(include\)$
|
CMakeLists\.txt:[0-9]+ \(include\)$
|
||||||
|
|||||||
@@ -4,4 +4,4 @@
|
|||||||
[^
|
[^
|
||||||
]*/Tests/RunCMake/include/IncludeIsDirectory-build
|
]*/Tests/RunCMake/include/IncludeIsDirectory-build
|
||||||
Call Stack \(most recent call first\):
|
Call Stack \(most recent call first\):
|
||||||
CMakeLists\.txt:3 \(include\)$
|
CMakeLists\.txt:[0-9]+ \(include\)$
|
||||||
|
|||||||
@@ -2,11 +2,11 @@
|
|||||||
Parse error\. Function missing ending "\)"\. End of file reached\.
|
Parse error\. Function missing ending "\)"\. End of file reached\.
|
||||||
Call Stack \(most recent call first\):
|
Call Stack \(most recent call first\):
|
||||||
IncludeMalformed\.cmake:1 \(include\)
|
IncludeMalformed\.cmake:1 \(include\)
|
||||||
CMakeLists\.txt:3 \(include\)
|
CMakeLists\.txt:[0-9]+ \(include\)
|
||||||
+
|
+
|
||||||
CMake Error at IncludeMalformed\.cmake:1 \(include\):
|
CMake Error at IncludeMalformed\.cmake:1 \(include\):
|
||||||
include could not load requested file:
|
include could not load requested file:
|
||||||
|
|
||||||
malformedInclude\.cmake
|
malformedInclude\.cmake
|
||||||
Call Stack \(most recent call first\):
|
Call Stack \(most recent call first\):
|
||||||
CMakeLists\.txt:3 \(include\)$
|
CMakeLists\.txt:[0-9]+ \(include\)$
|
||||||
|
|||||||
Reference in New Issue
Block a user