diff options
author | Marcus Müller <mmueller@gnuradio.org> | 2020-11-12 18:21:14 +0100 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2020-12-17 08:08:38 -0500 |
commit | 36654e9068930f973112b90ac48e62a749cefcfc (patch) | |
tree | 114fa91b605b1407ea33f97cbeac00b3574b75aa /gnuradio-runtime/python/gnuradio/gru/CMakeLists.txt | |
parent | 91a9a86d846800ca810d1b690b726ae6466d25fd (diff) |
move msgq_runner out of runtime into gr-uhd/apps, its single consumer
Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
Diffstat (limited to 'gnuradio-runtime/python/gnuradio/gru/CMakeLists.txt')
-rw-r--r-- | gnuradio-runtime/python/gnuradio/gru/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnuradio-runtime/python/gnuradio/gru/CMakeLists.txt b/gnuradio-runtime/python/gnuradio/gru/CMakeLists.txt index a122da0930..123cf8c34e 100644 --- a/gnuradio-runtime/python/gnuradio/gru/CMakeLists.txt +++ b/gnuradio-runtime/python/gnuradio/gru/CMakeLists.txt @@ -9,6 +9,5 @@ include(GrPython) GR_PYTHON_INSTALL(FILES __init__.py - msgq_runner.py DESTINATION ${GR_PYTHON_DIR}/gnuradio/gru ) |