mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
Xcode: Fix typos and spelling in error message
This commit is contained in:
@@ -393,7 +393,7 @@ bool cmGlobalXCodeGenerator::ProcessGeneratorToolsetField(
|
|||||||
" ", this->GetName(), "\n"
|
" ", this->GetName(), "\n"
|
||||||
"toolset specification field\n"
|
"toolset specification field\n"
|
||||||
" buildsystem=", value, "\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 */
|
/* clang-format on */
|
||||||
mf->IssueMessage(MessageType::FATAL_ERROR, e);
|
mf->IssueMessage(MessageType::FATAL_ERROR, e);
|
||||||
|
|||||||
@@ -7,4 +7,4 @@ CMake Error at CMakeLists.txt:[0-9]+ \(project\):
|
|||||||
|
|
||||||
buildsystem=bad
|
buildsystem=bad
|
||||||
|
|
||||||
value is unkonwn. It must be '1' or '12'\.$
|
value is unknown. It must be '1' or '12'\.$
|
||||||
|
|||||||
Reference in New Issue
Block a user