diff options
author | Andrej Rode <mail@andrejro.de> | 2018-08-19 21:17:28 +0200 |
---|---|---|
committer | Andrej Rode <mail@andrejro.de> | 2018-08-25 20:21:23 +0200 |
commit | aa844b050d5b658ab8d6961a3678251b65db7ce7 (patch) | |
tree | dd666d408aff9d77f0fa72c6913d0fbc4d0a1445 /gr-analog/swig/CMakeLists.txt | |
parent | 107513f6d4aaaa6515217c25c7226154f53aed41 (diff) |
analog: replace gengen with C++ templates
Diffstat (limited to 'gr-analog/swig/CMakeLists.txt')
-rw-r--r-- | gr-analog/swig/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-analog/swig/CMakeLists.txt b/gr-analog/swig/CMakeLists.txt index 3636cce16d..9646299098 100644 --- a/gr-analog/swig/CMakeLists.txt +++ b/gr-analog/swig/CMakeLists.txt @@ -42,7 +42,6 @@ set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_BINARY_DIR}/../include/gnuradio/analog ) set(GR_SWIG_DOCS_TARGET_DEPS runtime_swig_swig_doc) -set(GR_SWIG_TARGET_DEPS analog_generated_includes) set(GR_SWIG_LIBRARIES gnuradio-analog gnuradio-filter) GR_SWIG_MAKE(analog_swig analog_swig.i) |