mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmMakefile: Split a conditional.
This commit is contained in:
@@ -557,6 +557,10 @@ bool cmMakefile::ReadListFile(const char* filename_in,
|
|||||||
this->cmStartDirectory.c_str());
|
this->cmStartDirectory.c_str());
|
||||||
filenametoread = filename_abs.c_str();
|
filenametoread = filename_abs.c_str();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (external_in)
|
||||||
|
{
|
||||||
external_abs =
|
external_abs =
|
||||||
cmSystemTools::CollapseFullPath(external_in,
|
cmSystemTools::CollapseFullPath(external_in,
|
||||||
this->cmStartDirectory.c_str());
|
this->cmStartDirectory.c_str());
|
||||||
|
|||||||
Reference in New Issue
Block a user