summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmDependsFortran.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmDependsFortran.cxx b/Source/cmDependsFortran.cxx
index 065684a..fe1c23f 100644
--- a/Source/cmDependsFortran.cxx
+++ b/Source/cmDependsFortran.cxx
@@ -238,6 +238,7 @@ bool cmDependsFortran::WriteDependencies(std::ostream& os)
//----------------------------------------------------------------------------
bool cmDependsFortran::CheckDependencies(std::istream&)
{
+ // TODO: Parse and check dependencies.
return true;
}