diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-12-12 11:21:37 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-12-12 11:21:37 -0500 |
commit | 2dc6bee86a11a700ea238184d1c99994f3a02574 (patch) | |
tree | 2e0be1f28c79e71f86f85181b83efdac93dab0d9 | |
parent | ea430013cc9303c1388664f7e0473dec994f1632 (diff) |
build: removing GR_SWIG_TARGET deps from new component gr-blocks.
-rw-r--r-- | gr-blocks/swig/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gr-blocks/swig/CMakeLists.txt b/gr-blocks/swig/CMakeLists.txt index cd27485470..fb29789f08 100644 --- a/gr-blocks/swig/CMakeLists.txt +++ b/gr-blocks/swig/CMakeLists.txt @@ -23,8 +23,6 @@ include(GrPython) include(GrSwig) -set(GR_SWIG_TARGET_DEPS core_swig) - set(GR_SWIG_INCLUDE_DIRS ${GR_BLOCKS_INCLUDE_DIRS} ${GNURADIO_CORE_SWIG_INCLUDE_DIRS} |