diff --git a/Source/cmIncludeCommand.cxx b/Source/cmIncludeCommand.cxx index deb10983a..7b7a27ebf 100644 --- a/Source/cmIncludeCommand.cxx +++ b/Source/cmIncludeCommand.cxx @@ -48,7 +48,7 @@ bool cmIncludeCommand::InitialPass(std::vector const& args) } bool readit = m_Makefile->ReadListFile( m_Makefile->GetCurrentListFile(), fname.c_str() ); - if(!optional && !readit) + if(!optional && !readit && !cmSystemTools::GetFatalErrorOccured()) { std::string m = "Could not find include file: "; m += fname;