Jelajahi Sumber

STYLE: Added TODO comment for checking dependencies.

Brad King 21 tahun lalu
induk
melakukan
4601c46ad8
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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;
 }