mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
STYLE: fix line length
This commit is contained in:
@@ -46,8 +46,9 @@ bool cmIncludeCommand::InitialPass(std::vector<std::string> const& args)
|
||||
fname = mfile.c_str();
|
||||
}
|
||||
}
|
||||
bool readit = this->Makefile->ReadListFile( this->Makefile->GetCurrentListFile(),
|
||||
fname.c_str() );
|
||||
bool readit =
|
||||
this->Makefile->ReadListFile( this->Makefile->GetCurrentListFile(),
|
||||
fname.c_str() );
|
||||
if(!optional && !readit && !cmSystemTools::GetFatalErrorOccured())
|
||||
{
|
||||
std::string m = "Could not find include file: ";
|
||||
|
||||
Reference in New Issue
Block a user