diff options
Diffstat (limited to 'Source/cmDependsFortran.h')
-rw-r--r-- | Source/cmDependsFortran.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDependsFortran.h b/Source/cmDependsFortran.h index 61de7e8..f6aaa7c 100644 --- a/Source/cmDependsFortran.h +++ b/Source/cmDependsFortran.h @@ -48,7 +48,8 @@ public: /** Determine if a mod file and the corresponding mod.stamp file are representing different module information. */ - static bool ModulesDiffer(const char* modFile, const char* stampFile); + static bool ModulesDiffer(const char* modFile, const char* stampFile, + const char* compilerId); /** Method to find an included file in the include path. Fortran always searches the directory containing the including source |