summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortran.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-02-13 18:34:56 (GMT)
committerBrad King <brad.king@kitware.com>2019-02-14 15:23:02 (GMT)
commit72057d9c1582f4b6dec66cd0675860c4c335636e (patch)
treea8ef46af1c9bc0c90f2569393aed93f2b4d0f74f /Source/cmDependsFortran.h
parent7ae329e2ed84f62165cb11794ad85c6c43dbd7dc (diff)
downloadCMake-72057d9c1582f4b6dec66cd0675860c4c335636e.zip
CMake-72057d9c1582f4b6dec66cd0675860c4c335636e.tar.gz
CMake-72057d9c1582f4b6dec66cd0675860c4c335636e.tar.bz2
Fortran: Thread compiler id through to internal Fortran parser
Diffstat (limited to 'Source/cmDependsFortran.h')
-rw-r--r--Source/cmDependsFortran.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmDependsFortran.h b/Source/cmDependsFortran.h
index bf09904..f2d9cf2 100644
--- a/Source/cmDependsFortran.h
+++ b/Source/cmDependsFortran.h
@@ -77,6 +77,8 @@ protected:
// The source file from which to start scanning.
std::string SourceFile;
+ std::string CompilerId;
+
std::set<std::string> PPDefinitions;
// Internal implementation details.