summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortran.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-01-02 16:04:52 (GMT)
committerBrad King <brad.king@kitware.com>2008-01-02 16:04:52 (GMT)
commitc7de81f9a6ac76904c08f8baf82c815cb01f012f (patch)
treefcf22d6e386617575979043f5b31731d9097c535 /Source/cmDependsFortran.h
parentc8b8e0c702da83bc36d63c89e598cdb97816352d (diff)
downloadCMake-c7de81f9a6ac76904c08f8baf82c815cb01f012f.zip
CMake-c7de81f9a6ac76904c08f8baf82c815cb01f012f.tar.gz
CMake-c7de81f9a6ac76904c08f8baf82c815cb01f012f.tar.bz2
ENH: Make the Fortran compiler id available to cmDependsFortran at scanning and module timestamp copy time.
Diffstat (limited to 'Source/cmDependsFortran.h')
-rw-r--r--Source/cmDependsFortran.h3
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