summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkInformation.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-06-21 11:51:58 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-06-21 14:21:44 (GMT)
commit2331b57bec82e1433b408f08de03202a60cb4578 (patch)
treef2dcc8e308688027d4c662f7f45a9d9beedb4acc /Source/cmComputeLinkInformation.cxx
parent7c61c73fbc1c508a6622b444e06c7fc9a0c280f1 (diff)
downloadCMake-2331b57bec82e1433b408f08de03202a60cb4578.zip
CMake-2331b57bec82e1433b408f08de03202a60cb4578.tar.gz
CMake-2331b57bec82e1433b408f08de03202a60cb4578.tar.bz2
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;
}