From 959bd61e3771ef362c2f8fc8e2ce5c8cecdb0fc2 Mon Sep 17 00:00:00 2001 From: Brad King Date: Sat, 8 Mar 2008 09:27:44 -0500 Subject: ENH: Improve formatting of include command error message. --- Source/cmIncludeCommand.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- cgit v0.12