mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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.
9 lines
221 B
Plaintext
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\.
|