mirror of
https://github.com/reactos/CMake.git
synced 2025-01-26 13:57:07 +00:00
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)
|
||||
{
|
||||
this->SetError("called with wrong number of arguments. "
|
||||
"Include only takes one file.");
|
||||
"include() only takes one file.");
|
||||
return false;
|
||||
}
|
||||
bool optional = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user