cmMakefile: Change condition to its equivalent.
This makes it easier to reason about follow-up commits.
This commit is contained in:
parent
813cd719c4
commit
524ce89542
@ -572,7 +572,7 @@ bool cmMakefile::ReadListFile(const char* filename_in,
|
|||||||
// Now read the input file
|
// Now read the input file
|
||||||
const char *filenametoread= filename;
|
const char *filenametoread= filename;
|
||||||
|
|
||||||
if( external)
|
if(external_in)
|
||||||
{
|
{
|
||||||
filenametoread= external;
|
filenametoread= external;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user