Browse Source

STYLE: Added TODO comment for checking dependencies.

Brad King 21 years ago
parent
commit
4601c46ad8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmDependsFortran.cxx

+ 1 - 0
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;
 }