cmMakefile: Split a conditional.

This commit is contained in:
Stephen Kelly 2015-04-18 14:50:34 +02:00
parent 3dc4fe02e6
commit 08da874270
1 changed files with 4 additions and 0 deletions

View File

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