Files
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

12 lines
645 B
Plaintext

^CMake Warning \(author\) at .*/Modules/ExternalProject\.cmake:[0-9]+ \(message\):
Policy CMP0114 is not set to NEW\. In order to support the Xcode "new build
system", this project must be updated to set policy CMP0114 to NEW\.
Since CMake is generating for the Xcode "new build system",
ExternalProject_Add will use policy CMP0114's NEW behavior anyway, but the
generated build system may not match what the project intends\.
Call Stack \(most recent call first\):
Xcode-CMP0114\.cmake:[0-9]+ \(ExternalProject_Add\)
CMakeLists\.txt:[0-9]+ \(include\)
This warning is for project developers\. Use -Wno-author to suppress it\.$