mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 19:00:54 -06:00
LINKER_TYPE: fix spelling error in message
This commit is contained in:
@@ -5588,7 +5588,7 @@ std::string cmGeneratorTarget::GetLinkerTool(const std::string& lang,
|
||||
this->LocalGenerator->IssueMessage(
|
||||
MessageType::FATAL_ERROR,
|
||||
cmStrCat("LINKER_TYPE '", linkerType,
|
||||
"' is unknown. Did you forgot to define '", usingLinker,
|
||||
"' is unknown. Did you forget to define '", usingLinker,
|
||||
"' variable?"));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3359,7 +3359,7 @@ void cmLocalGenerator::AppendLinkerTypeFlags(std::string& flags,
|
||||
} else if (linkerType != "DEFAULT"_s) {
|
||||
this->IssueMessage(MessageType::FATAL_ERROR,
|
||||
cmStrCat("LINKER_TYPE '", linkerType,
|
||||
"' is unknown. Did you forgot to define '",
|
||||
"' is unknown. Did you forget to define '",
|
||||
usingLinker, "' variable?"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user