Files
Matthew Woehlke 727e32ff48 Extra Generators: Always warn
Issue a warning message rather than a deprecation diagnostic when 'extra
generators' are used. This prevents `-Wno-author` suppressing the
message, which really isn't a diagnostic for authors as it relates to
how CMake was invoked.
2026-05-12 13:01:21 -04:00

9 lines
221 B
Plaintext

^CMake Warning:
Support for "Extra Generators" like
[^
]+
is deprecated and will be removed from a future version of CMake\. IDEs may
use the cmake-file-api\(7\) to view CMake-generated project build trees\.