Files
cmake/Tests/RunCMake/ToolchainFile/SetCrossCompiling-stderr.txt
Matthew Woehlke b0f9852990 Diagnostics: Update tests (automated)
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.
2026-04-16 15:10:35 -04:00

9 lines
469 B
Plaintext

^CMake Warning \(author\) at [^
]*/Modules/CMakeDetermineSystem\.cmake:[0-9]+ \(message\):
CMAKE_CROSSCOMPILING has been set by the project, toolchain file, or user\.
CMake is resetting it to false because CMAKE_SYSTEM_NAME was not set\. To
indicate cross compilation, only CMAKE_SYSTEM_NAME needs to be set\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(project\)
This warning is for project developers\. Use -Wno-author to suppress it\.$