cmMakefile: Combine duplicate condition.

This commit is contained in:
Stephen Kelly
2015-04-18 15:29:19 +02:00
parent f0dae032ee
commit 3a1ad1713f
-3
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;
}