mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 00:39:03 -05:00
Reformatted the error printed by cmMakefile.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user