Merge topic 'extra-gen-always-warn'

727e32ff48 Extra Generators: Always warn

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !12050
This commit is contained in:
Brad King
2026-05-13 13:50:03 -04:00
committed by Kitware Robot
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1338,8 +1338,8 @@ void cmGlobalGenerator::Configure()
this->CMakeInstance->GetHomeOutputDirectory());
if (this->ExtraGenerator && !this->CMakeInstance->GetIsInTryCompile()) {
this->CMakeInstance->IssueDiagnostic(
cmDiagnostics::CMD_DEPRECATED,
this->CMakeInstance->IssueMessage(
MessageType::WARNING,
cmStrCat("Support for \"Extra Generators\" like\n ",
this->ExtraGenerator->GetName(),
"\nis deprecated and will be removed from a future version "
@@ -1,4 +1,4 @@
^CMake Warning \(deprecated\):
^CMake Warning:
Support for "Extra Generators" like
[^