From b928f8bd0971429cc6ba8b4a09629b2b55f77947 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Wed, 12 Dec 2012 11:02:30 -0500 Subject: build: removing core_swig from GR_SWIG_TARGET_DEPS. Seems to have been the cause of the parallel build woes. --- gr-shd/swig/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'gr-shd/swig/CMakeLists.txt') 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} -- cgit