cmDependsFortran: simplify boolean expression
This commit is contained in:
parent
8f324c7cef
commit
73128b823c
@ -712,10 +712,5 @@ bool cmDependsFortran::ModulesDiffer(const char* modFile,
|
|||||||
// Compare the remaining content. If no compiler id matched above,
|
// Compare the remaining content. If no compiler id matched above,
|
||||||
// including the case none was given, this will compare the whole
|
// including the case none was given, this will compare the whole
|
||||||
// content.
|
// content.
|
||||||
if (!cmFortranStreamsDiffer(finModFile, finStampFile)) {
|
return cmFortranStreamsDiffer(finModFile, finStampFile);
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
// The modules are different.
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user