summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmIncludeCommand.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmIncludeCommand.cxx b/Source/cmIncludeCommand.cxx
index 2e85b24..f8d6dc2 100644
--- a/Source/cmIncludeCommand.cxx
+++ b/Source/cmIncludeCommand.cxx
@@ -95,7 +95,9 @@ bool cmIncludeCommand
if(!optional && !readit && !cmSystemTools::GetFatalErrorOccured())
{
- std::string m = "Could not find include file: ";
+ std::string m =
+ "could not find load file:\n"
+ " ";
m += fname;
this->SetError(m.c_str());
return false;