diff options
author | Brad King <brad.king@kitware.com> | 2005-02-15 14:02:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-02-15 14:02:45 (GMT) |
commit | 4601c46ad8dd30d089a474f49e87a79df7268088 (patch) | |
tree | 69af4241578166774c1d55e70060d7f745c9e3d7 /Source/cmDependsFortran.cxx | |
parent | eb9164bf0ee20ec53d53b88087d977ccaac928e1 (diff) | |
download | CMake-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.cxx | 1 |
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; } |