summaryrefslogtreecommitdiff
path: root/docs/doxygen
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2013-12-15 13:06:20 -0500
committerTom Rondeau <tom@trondeau.com>2013-12-15 13:06:20 -0500
commitb6ff499d15e4b37cf7227c1fb81edb43ad4e544b (patch)
tree8cba642df4751a78de1a3a0ee3387f51f4570472 /docs/doxygen
parent6fc200fcba65cc4d18d7b10381da72769c0183c4 (diff)
docs: fixed doxygen since fec_generated_includes no longer exists.
Diffstat (limited to 'docs/doxygen')
-rw-r--r--docs/doxygen/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/doxygen/CMakeLists.txt b/docs/doxygen/CMakeLists.txt
index 8498511f9d..a837bd8e11 100644
--- a/docs/doxygen/CMakeLists.txt
+++ b/docs/doxygen/CMakeLists.txt
@@ -53,10 +53,6 @@ if(ENABLE_GR_DIGITAL)
list(APPEND GENERATED_DEPS digital_generated_includes)
endif(ENABLE_GR_DIGITAL)
-if(ENABLE_GR_FEC)
- list(APPEND GENERATED_DEPS fec_generated_includes)
-endif(ENABLE_GR_FEC)
-
if(ENABLE_GR_FILTER)
list(APPEND GENERATED_DEPS filter_generated_includes)
endif(ENABLE_GR_FILTER)