summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkInformation.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-06-24 12:38:12 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-06-24 12:38:12 (GMT)
commit059be4ba3b8af00f3615726ba8d3ff485e2fcef4 (patch)
tree86ac0dc821361030ce195fe1aa1cef7e6032292b /Source/cmComputeLinkInformation.cxx
parenta9319709554d309783fb3125a2ba8d6a35046910 (diff)
parent2331b57bec82e1433b408f08de03202a60cb4578 (diff)
downloadCMake-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.cxx2
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;
}