diff options
Diffstat (limited to 'Source/cmDependsFortran.cxx')
-rw-r--r-- | Source/cmDependsFortran.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmDependsFortran.cxx b/Source/cmDependsFortran.cxx index 2a50565..b23dabd 100644 --- a/Source/cmDependsFortran.cxx +++ b/Source/cmDependsFortran.cxx @@ -258,6 +258,12 @@ bool cmDependsFortran::LocateModules() } this->MatchRemoteModules(fin, targetDir); } + + // TODO: Use `CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES` to handle cases + // described in #25425. Note that because Makefiles generators do not + // implement relaxed object compilation as described in #15555, the issues + // never actually cause build failures; only incremental build incorrectness. + return true; } |