include(): Use lower case and () to refer to the include() command.
This commit is contained in:
parent
919e1e8453
commit
d6dd264671
|
@ -19,7 +19,7 @@ bool cmIncludeCommand
|
||||||
if (args.size()< 1 || args.size() > 4)
|
if (args.size()< 1 || args.size() > 4)
|
||||||
{
|
{
|
||||||
this->SetError("called with wrong number of arguments. "
|
this->SetError("called with wrong number of arguments. "
|
||||||
"Include only takes one file.");
|
"include() only takes one file.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
bool optional = false;
|
bool optional = false;
|
||||||
|
|
Loading…
Reference in New Issue