ERR: Fixed unknown command output error message for spacing.
This commit is contained in:
parent
463e466be3
commit
e6713c5604
|
@ -199,7 +199,7 @@ bool cmMakefile::ReadListFile(const char* filename)
|
|||
}
|
||||
else
|
||||
{
|
||||
cmSystemTools::Error("unknown CMake function", name.c_str());
|
||||
cmSystemTools::Error("unknown CMake command ", name.c_str());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue