From 4601c46ad8dd30d089a474f49e87a79df7268088 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 15 Feb 2005 09:02:45 -0500 Subject: [PATCH] STYLE: Added TODO comment for checking dependencies. --- Source/cmDependsFortran.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmDependsFortran.cxx b/Source/cmDependsFortran.cxx index 065684a52..fe1c23f2c 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; }