cmMakefile: Combine duplicate condition.
This commit is contained in:
parent
f0dae032ee
commit
3a1ad1713f
@ -570,10 +570,7 @@ bool cmMakefile::ReadListFile(const char* filename_in,
|
|||||||
cmSystemTools::CollapseFullPath(external_in,
|
cmSystemTools::CollapseFullPath(external_in,
|
||||||
this->cmStartDirectory.c_str());
|
this->cmStartDirectory.c_str());
|
||||||
external = external_abs.c_str();
|
external = external_abs.c_str();
|
||||||
}
|
|
||||||
|
|
||||||
if(external_in)
|
|
||||||
{
|
|
||||||
filenametoread= external;
|
filenametoread= external;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user