diff options
author | Brad King <brad.king@kitware.com> | 2013-06-24 12:38:12 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-06-24 12:38:12 (GMT) |
commit | 059be4ba3b8af00f3615726ba8d3ff485e2fcef4 (patch) | |
tree | 86ac0dc821361030ce195fe1aa1cef7e6032292b /Source/cmComputeLinkInformation.cxx | |
parent | a9319709554d309783fb3125a2ba8d6a35046910 (diff) | |
parent | 2331b57bec82e1433b408f08de03202a60cb4578 (diff) | |
download | CMake-059be4ba3b8af00f3615726ba8d3ff485e2fcef4.zip CMake-059be4ba3b8af00f3615726ba8d3ff485e2fcef4.tar.gz CMake-059be4ba3b8af00f3615726ba8d3ff485e2fcef4.tar.bz2 |
Merge topic 'add-whitespace'
2331b57 Add whitespace after colons in error messages.
Diffstat (limited to 'Source/cmComputeLinkInformation.cxx')
-rw-r--r-- | Source/cmComputeLinkInformation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmComputeLinkInformation.cxx b/Source/cmComputeLinkInformation.cxx index 02495c4..ab9eb14 100644 --- a/Source/cmComputeLinkInformation.cxx +++ b/Source/cmComputeLinkInformation.cxx @@ -499,7 +499,7 @@ bool cmComputeLinkInformation::Compute() if(!this->LinkLanguage) { cmSystemTools:: - Error("CMake can not determine linker language for target:", + Error("CMake can not determine linker language for target: ", this->Target->GetName()); return false; } |