STYLE: Added TODO comment for checking dependencies.

This commit is contained in:
Brad King 2005-02-15 09:02:45 -05:00
parent eb9164bf0e
commit 4601c46ad8
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ bool cmDependsFortran::WriteDependencies(std::ostream& os)
//----------------------------------------------------------------------------
bool cmDependsFortran::CheckDependencies(std::istream&)
{
// TODO: Parse and check dependencies.
return true;
}