summaryrefslogtreecommitdiff
path: root/gr-vocoder/swig
diff options
context:
space:
mode:
Diffstat (limited to 'gr-vocoder/swig')
-rw-r--r--gr-vocoder/swig/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-vocoder/swig/CMakeLists.txt b/gr-vocoder/swig/CMakeLists.txt
index a2710cccc7..99f1c1b005 100644
--- a/gr-vocoder/swig/CMakeLists.txt
+++ b/gr-vocoder/swig/CMakeLists.txt
@@ -29,7 +29,7 @@ set(GR_SWIG_INCLUDE_DIRS
)
set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/vocoder_swig_doc.i)
-set(GR_SWIG_DOC_DIRS ${GR_VOCODER_INCLUDE_DIRS})
+set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_BINARY_DIR}/../include)
set(GR_SWIG_LIBRARIES gnuradio-vocoder)