1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-17 07:11:52 +08:00

Xcode: Fix typos and spelling in error message

This commit is contained in:
Josef Angstenberger
2021-05-06 22:28:08 +02:00
parent 5950e54325
commit fd02f10103
2 changed files with 2 additions and 2 deletions

View File

@@ -393,7 +393,7 @@ bool cmGlobalXCodeGenerator::ProcessGeneratorToolsetField(
" ", this->GetName(), "\n"
"toolset specification field\n"
" buildsystem=", value, "\n"
"value is unkonwn. It must be '1' or '12'."
"value is unknown. It must be '1' or '12'."
);
/* clang-format on */
mf->IssueMessage(MessageType::FATAL_ERROR, e);

View File

@@ -7,4 +7,4 @@ CMake Error at CMakeLists.txt:[0-9]+ \(project\):
buildsystem=bad
value is unkonwn. It must be '1' or '12'\.$
value is unknown. It must be '1' or '12'\.$