mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
cmMakefile: Combine duplicate condition.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user