BUG: Fixed typo in error message.

This commit is contained in:
Brad King 2004-01-05 15:30:49 -05:00
parent cb2b5a188a
commit 972541c291
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ bool cmFindPackageCommand::InitialPass(std::vector<std::string> const& args)
{
cmOStringStream e;
e << this->Variable << " is not set. It must be set to the directory "
<< "containing " << this->Config << " so in order to use "
<< "containing " << this->Config << " in order to use "
<< this->Name << ".";
cmSystemTools::Error(e.str().c_str());
result = true;