summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortran.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-02-15 14:02:45 (GMT)
committerBrad King <brad.king@kitware.com>2005-02-15 14:02:45 (GMT)
commit4601c46ad8dd30d089a474f49e87a79df7268088 (patch)
tree69af4241578166774c1d55e70060d7f745c9e3d7 /Source/cmDependsFortran.cxx
parenteb9164bf0ee20ec53d53b88087d977ccaac928e1 (diff)
downloadCMake-4601c46ad8dd30d089a474f49e87a79df7268088.zip
CMake-4601c46ad8dd30d089a474f49e87a79df7268088.tar.gz
CMake-4601c46ad8dd30d089a474f49e87a79df7268088.tar.bz2
STYLE: Added TODO comment for checking dependencies.
Diffstat (limited to 'Source/cmDependsFortran.cxx')
-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;
}