mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Update expected test output to account for the new format of diagnostic messages. These changes were applied entirely by `sed` using the following commands: - `/Use -Wno-dev to suppress/s/-Wno-dev/-Wno-author/g` - `s/Warning [\\][(]dev[\\][)]/Warning \\(author\\)/g` - `s/CMake Deprecation Warning/CMake Warning \\(deprecated\\)/g` This is not a complete fix, but covers a significant fraction of the needed changes, and this commit is strictly automated changes.
25 lines
724 B
Plaintext
25 lines
724 B
Plaintext
^CMake Warning \(author\) at [^
|
|
]*/Modules/Internal/CheckSourceRuns\.cmake:[0-9]+ \(message\):
|
|
Unknown argument:
|
|
|
|
BAD
|
|
|
|
Call Stack \(most recent call first\):
|
|
[^
|
|
]*/Modules/CheckCSourceRuns\.cmake:[0-9]+ \(cmake_check_source_runs\)
|
|
UnknownArgument\.cmake:[0-9]+ \(check_c_source_runs\)
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|
|
This warning is for project developers\. Use -Wno-author to suppress it\.
|
|
|
|
CMake Error at [^
|
|
]*/Modules/Internal/CheckSourceRuns\.cmake:[0-9]+ \(message\):
|
|
Unknown argument:
|
|
|
|
BAD
|
|
|
|
Call Stack \(most recent call first\):
|
|
[^
|
|
]*/Modules/CheckSourceRuns\.cmake:[0-9]+ \(cmake_check_source_runs\)
|
|
UnknownArgument\.cmake:[0-9]+ \(check_source_runs\)
|
|
CMakeLists\.txt:[0-9]+ \(include\)$
|