mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
RunCMake/project: Ignore exact line number in stderr checks
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CMake Error at CMP0048-OLD-VERSION.cmake:1 \(project\):
|
||||
VERSION not allowed unless CMP0048 is set to NEW
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)$
|
||||
CMakeLists.txt:[0-9]+ \(include\)$
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
specific short-term circumstances. Projects should be ported to the NEW
|
||||
behavior and not rely on setting a policy to OLD.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)$
|
||||
CMakeLists.txt:[0-9]+ \(include\)$
|
||||
|
||||
@@ -8,5 +8,5 @@ CMake Warning \(dev\) at CMP0048-WARN.cmake:3 \(project\):
|
||||
PROJECT_VERSION
|
||||
MyProject_VERSION_TWEAK
|
||||
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.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at LanguagesTwice.cmake:1 \(project\):
|
||||
LANGUAGES may be specified at most once.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)$
|
||||
CMakeLists.txt:[0-9]+ \(include\)$
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at VersionInvalid.cmake:2 \(project\):
|
||||
VERSION "NONE" format invalid.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)$
|
||||
CMakeLists.txt:[0-9]+ \(include\)$
|
||||
|
||||
@@ -2,4 +2,4 @@ CMake Error at VersionMissingLanguages.cmake:2 \(project\):
|
||||
project with VERSION, DESCRIPTION or HOMEPAGE_URL must use LANGUAGES before
|
||||
language names.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)$
|
||||
CMakeLists.txt:[0-9]+ \(include\)$
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at VersionTwice.cmake:2 \(project\):
|
||||
VERSION may be specified at most once.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)$
|
||||
CMakeLists.txt:[0-9]+ \(include\)$
|
||||
|
||||
Reference in New Issue
Block a user