summaryrefslogtreecommitdiff
path: root/gr-blocks/swig/CMakeLists.txt
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 /gr-blocks/swig/CMakeLists.txt
parentaa844b050d5b658ab8d6961a3678251b65db7ce7 (diff)
blocks: replace gengen with C++ templates
Diffstat (limited to 'gr-blocks/swig/CMakeLists.txt')
-rw-r--r--gr-blocks/swig/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-blocks/swig/CMakeLists.txt b/gr-blocks/swig/CMakeLists.txt
index d5e9a8a725..1dc4aca483 100644
--- a/gr-blocks/swig/CMakeLists.txt
+++ b/gr-blocks/swig/CMakeLists.txt
@@ -66,7 +66,6 @@ foreach(swigfile ${GR_SWIG_BLOCK_IFILES})
${CMAKE_CURRENT_BINARY_DIR}/../include/gnuradio/blocks
)
set(GR_SWIG_DOCS_TARGET_DEPS runtime_swig_swig_doc)
- set(GR_SWIG_TARGET_DEPS blocks_generated_includes)
set(GR_SWIG_LIBRARIES gnuradio-blocks)
GR_SWIG_MAKE(${swigfile} ${swigfile}.i)