瀏覽代碼

STYLE: Added TODO comment for checking dependencies.

Brad King 21 年之前
父節點
當前提交
4601c46ad8
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;
 }