summaryrefslogtreecommitdiff
path: root/gr-vocoder/swig
diff options
context:
space:
mode:
authorTom Rondeau2012-12-12 11:02:30 -0500
committerTom Rondeau2012-12-12 11:02:30 -0500
commitb928f8bd0971429cc6ba8b4a09629b2b55f77947 (patch)
tree74a0dbf3d8305065b2f0cd01946a2a08f8b9433d /gr-vocoder/swig
parente26d2cf197aeb077f321c73e7a057a58d7117f38 (diff)
downloadgnuradio-b928f8bd0971429cc6ba8b4a09629b2b55f77947.tar.gz
gnuradio-b928f8bd0971429cc6ba8b4a09629b2b55f77947.tar.bz2
gnuradio-b928f8bd0971429cc6ba8b4a09629b2b55f77947.zip
build: removing core_swig from GR_SWIG_TARGET_DEPS. Seems to have been the cause of the parallel build woes.
Diffstat (limited to 'gr-vocoder/swig')
-rw-r--r--gr-vocoder/swig/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/gr-vocoder/swig/CMakeLists.txt b/gr-vocoder/swig/CMakeLists.txt
index da89370fe..aaf09700f 100644
--- a/gr-vocoder/swig/CMakeLists.txt
+++ b/gr-vocoder/swig/CMakeLists.txt
@@ -23,8 +23,6 @@
include(GrPython)
include(GrSwig)
-set(GR_SWIG_TARGET_DEPS core_swig)
-
set(GR_SWIG_INCLUDE_DIRS
${GR_VOCODER_INCLUDE_DIRS}
${GNURADIO_CORE_SWIG_INCLUDE_DIRS}