diff options
author | Brad King <brad.king@kitware.com> | 2008-01-02 16:04:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-01-02 16:04:52 (GMT) |
commit | c7de81f9a6ac76904c08f8baf82c815cb01f012f (patch) | |
tree | fcf22d6e386617575979043f5b31731d9097c535 /Source/cmDependsFortran.h | |
parent | c8b8e0c702da83bc36d63c89e598cdb97816352d (diff) | |
download | CMake-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.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 |