summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortran.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-12-23 03:41:42 (GMT)
committerBrad King <brad.king@kitware.com>2007-12-23 03:41:42 (GMT)
commit4d360f7ac56939ede629e368fb282d4022f69d6c (patch)
treec4ba214154fa085fe06dfbf17d080e41661ee48d /Source/cmDependsFortran.cxx
parenta7245e47925f51b8b648b1eb075f3ecec2b5ce76 (diff)
downloadCMake-4d360f7ac56939ede629e368fb282d4022f69d6c.zip
CMake-4d360f7ac56939ede629e368fb282d4022f69d6c.tar.gz
CMake-4d360f7ac56939ede629e368fb282d4022f69d6c.tar.bz2
ENH: Convert cmDepends object interface to scan an entire target at once.
Diffstat (limited to 'Source/cmDependsFortran.cxx')
-rw-r--r--Source/cmDependsFortran.cxx5
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)
{
}