summaryrefslogtreecommitdiff
path: root/docs/doxygen
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-04-05 13:15:26 -0400
committerTom Rondeau <trondeau@vt.edu>2013-04-05 13:15:26 -0400
commit14211adfa135cc3436a84c9e96da70c256123eb7 (patch)
tree6403b131c8c8af1129c29332b09f7864ca4de1f0 /docs/doxygen
parenta06fbf44f6febdf04d606a7c8bec0f8e2eef36c6 (diff)
docs: fixed typo in update to next's deps.
Diffstat (limited to 'docs/doxygen')
-rw-r--r--docs/doxygen/CMakeLists.txt2
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)