mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
cmMakefile: Change condition to its equivalent.
This makes it easier to reason about follow-up commits.
This commit is contained in:
@@ -572,7 +572,7 @@ bool cmMakefile::ReadListFile(const char* filename_in,
|
||||
// Now read the input file
|
||||
const char *filenametoread= filename;
|
||||
|
||||
if( external)
|
||||
if(external_in)
|
||||
{
|
||||
filenametoread= external;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user