summaryrefslogtreecommitdiff
path: root/gr-shd/swig/CMakeLists.txt
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-shd/swig/CMakeLists.txt
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-shd/swig/CMakeLists.txt')
-rw-r--r--gr-shd/swig/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/gr-shd/swig/CMakeLists.txt b/gr-shd/swig/CMakeLists.txt
index 878b80c0f..b61adfcad 100644
--- a/gr-shd/swig/CMakeLists.txt
+++ b/gr-shd/swig/CMakeLists.txt
@@ -25,8 +25,6 @@ include(GrSwig)
set(GR_SWIG_FLAGS -DGR_HAVE_SHD) #needed to parse shd_swig.i
-set(GR_SWIG_TARGET_DEPS core_swig)
-
set(GR_SWIG_INCLUDE_DIRS
${GR_SHD_INCLUDE_DIRS}
${GNURADIO_CORE_SWIG_INCLUDE_DIRS}