Reformatted the error printed by cmMakefile.

This commit is contained in:
Berk Geveci
2002-05-01 10:12:48 -04:00
parent a7664e8e01
commit d0d25bb989
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ bool cmIncludeCommand::InitialPass(std::vector<std::string> const& args)
args[0].c_str());
if(!optional && !readit)
{
std::string m = "Could not find include file:";
std::string m = "Could not find include file: ";
m += args[0];
this->SetError(m.c_str());
return false;