diff options
Diffstat (limited to 'Source/cmDependsFortran.cxx')
-rw-r--r-- | Source/cmDependsFortran.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmDependsFortran.cxx b/Source/cmDependsFortran.cxx index 34aa39d..b0c666f 100644 --- a/Source/cmDependsFortran.cxx +++ b/Source/cmDependsFortran.cxx @@ -90,9 +90,8 @@ cmDependsFortran::cmDependsFortran(): } //---------------------------------------------------------------------------- -cmDependsFortran::cmDependsFortran(std::vector<std::string> const& includes, - std::string const& targetDirectory): - IncludePath(&includes), TargetDirectory(targetDirectory) +cmDependsFortran::cmDependsFortran(std::vector<std::string> const& includes): + IncludePath(&includes) { } |