diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-12-18 17:49:41 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-12-19 15:17:59 (GMT) |
commit | cad5c79e6c125e93e2c4f9e494ffdb7c18358bb8 (patch) | |
tree | 28860a1844ad04ae4874d1d3c63b26bf9427ec3a /Source/cmTarget.cxx | |
parent | 08e72a34e9201f099015df086e33749733261d18 (diff) | |
download | CMake-cad5c79e6c125e93e2c4f9e494ffdb7c18358bb8.zip CMake-cad5c79e6c125e93e2c4f9e494ffdb7c18358bb8.tar.gz CMake-cad5c79e6c125e93e2c4f9e494ffdb7c18358bb8.tar.bz2 |
cmTarget: Fix typo
'a ALIAS' -> 'an ALIAS'
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index a44cda1..a0177fb 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -5614,7 +5614,7 @@ void cmTarget::ComputeLinkImplementation(const char* config, { e << "Target \"" << this->GetName() << "\" links to target \"" << item << "\" but the target was not found. Perhaps a find_package() " - "call is missing for an IMPORTED target, or a ALIAS target is " + "call is missing for an IMPORTED target, or an ALIAS target is " "missing?"; this->Makefile->GetCMakeInstance()->IssueMessage(messageType, e.str(), |