cmMakefile: Combine duplicate condition.

This commit is contained in:
Stephen Kelly 2015-04-18 14:50:35 +02:00
parent f0dae032ee
commit 3a1ad1713f
1 changed files with 0 additions and 3 deletions

View File

@ -570,10 +570,7 @@ bool cmMakefile::ReadListFile(const char* filename_in,
cmSystemTools::CollapseFullPath(external_in,
this->cmStartDirectory.c_str());
external = external_abs.c_str();
}
if(external_in)
{
filenametoread= external;
}