BUG: Fixed typo in error message.
This commit is contained in:
parent
cb2b5a188a
commit
972541c291
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue