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