cmMakefile: Remove IncludeScope Quiet call.
This commit is contained in:
parent
0818737c85
commit
6708d21664
@ -591,7 +591,6 @@ bool cmMakefile::ReadDependentFile(const char* filename, bool noPolicyScope)
|
|||||||
cmListFile listFile;
|
cmListFile listFile;
|
||||||
if (!listFile.ParseFile(filenametoread.c_str(), false, this))
|
if (!listFile.ParseFile(filenametoread.c_str(), false, this))
|
||||||
{
|
{
|
||||||
incScope.Quiet();
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
this->ReadListFile(listFile, filenametoread);
|
this->ReadListFile(listFile, filenametoread);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user