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;
|
cmOStringStream e;
|
||||||
e << this->Variable << " is not set. It must be set to the directory "
|
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 << ".";
|
<< this->Name << ".";
|
||||||
cmSystemTools::Error(e.str().c_str());
|
cmSystemTools::Error(e.str().c_str());
|
||||||
result = true;
|
result = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user