diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2024-03-12 17:18:25 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2024-03-12 17:18:25 (GMT) |
commit | 939ac5287e9a04398a8eb01243e14e00d13d38ef (patch) | |
tree | 61cb2a173d4f42c43b95db3784c48b432a8b7bcf /Source/cmGeneratorTarget.cxx | |
parent | 922883782bb0a3f80cdfb4d959ca11834b417d77 (diff) | |
download | CMake-939ac5287e9a04398a8eb01243e14e00d13d38ef.zip CMake-939ac5287e9a04398a8eb01243e14e00d13d38ef.tar.gz CMake-939ac5287e9a04398a8eb01243e14e00d13d38ef.tar.bz2 |
LINKER_TYPE: fix spelling error in message
Diffstat (limited to 'Source/cmGeneratorTarget.cxx')
-rw-r--r-- | Source/cmGeneratorTarget.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx index 7dd9304..46c9082 100644 --- a/Source/cmGeneratorTarget.cxx +++ b/Source/cmGeneratorTarget.cxx @@ -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?")); } } |