diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-04-05 13:15:26 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-04-05 13:15:26 -0400 |
commit | 14211adfa135cc3436a84c9e96da70c256123eb7 (patch) | |
tree | 6403b131c8c8af1129c29332b09f7864ca4de1f0 /docs/doxygen | |
parent | a06fbf44f6febdf04d606a7c8bec0f8e2eef36c6 (diff) |
docs: fixed typo in update to next's deps.
Diffstat (limited to 'docs/doxygen')
-rw-r--r-- | docs/doxygen/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen/CMakeLists.txt b/docs/doxygen/CMakeLists.txt index e9c17456ee..5b5de2f4dd 100644 --- a/docs/doxygen/CMakeLists.txt +++ b/docs/doxygen/CMakeLists.txt @@ -52,7 +52,7 @@ endif(ENABLE_GR_DIGITAL) if(ENABLE_GR_FEC) list(APPEND GENERATED_DEPS fec_generated_includes) -endif(ENABLE_GR_FILTER) +endif(ENABLE_GR_FEC) if(ENABLE_GR_FILTER) list(APPEND GENERATED_DEPS filter_generated_includes) |