summaryrefslogtreecommitdiff
path: root/docs/doxygen
diff options
context:
space:
mode:
authorAndrej Rode <mail@andrejro.de>2018-02-22 13:28:01 +0100
committerAndrej Rode <mail@andrejro.de>2018-08-25 20:21:23 +0200
commit1043222e0de551f00683a1cc9060f194adc4fc85 (patch)
tree663d4157d907f391cbe8934d4c131b981f350ae3 /docs/doxygen
parentaa844b050d5b658ab8d6961a3678251b65db7ce7 (diff)
blocks: replace gengen with C++ templates
Diffstat (limited to 'docs/doxygen')
-rw-r--r--docs/doxygen/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/doxygen/CMakeLists.txt b/docs/doxygen/CMakeLists.txt
index 83a9ee29ed..c6d9cf92d0 100644
--- a/docs/doxygen/CMakeLists.txt
+++ b/docs/doxygen/CMakeLists.txt
@@ -45,14 +45,6 @@ if(ENABLE_GNURADIO_RUNTIME)
list(APPEND GENERATED_DEPS pmt_generated)
endif(ENABLE_GNURADIO_RUNTIME)
-if(ENABLE_GR_BLOCKS)
- list(APPEND GENERATED_DEPS blocks_generated_includes)
-endif(ENABLE_GR_BLOCKS)
-
-if(ENABLE_GR_ANALOG)
- list(APPEND GENERATED_DEPS analog_generated_includes)
-endif(ENABLE_GR_ANALOG)
-
if(ENABLE_GR_DIGITAL)
list(APPEND GENERATED_DEPS digital_generated_includes)
endif(ENABLE_GR_DIGITAL)