diff options
author | Tom Rondeau | 2012-04-03 13:13:09 -0400 |
---|---|---|
committer | Tom Rondeau | 2012-04-03 13:13:09 -0400 |
commit | e2b1a980dc51c9ae2102d0756818db1215b1ef10 (patch) | |
tree | 5a1ea5cf9b68ede440c3c545987e6250bd7056f7 /gnuradio-examples/python | |
parent | 50acbac3f7cae00f8cfeab44efd7cdc4d41d5018 (diff) | |
download | gnuradio-e2b1a980dc51c9ae2102d0756818db1215b1ef10.tar.gz gnuradio-e2b1a980dc51c9ae2102d0756818db1215b1ef10.tar.bz2 gnuradio-e2b1a980dc51c9ae2102d0756818db1215b1ef10.zip |
build: Adding gnuradio-examples as a component to be turned on/off.
Diffstat (limited to 'gnuradio-examples/python')
-rw-r--r-- | gnuradio-examples/python/mp-sched/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-examples/python/mp-sched/CMakeLists.txt b/gnuradio-examples/python/mp-sched/CMakeLists.txt index ca090659d..5accd8c4a 100644 --- a/gnuradio-examples/python/mp-sched/CMakeLists.txt +++ b/gnuradio-examples/python/mp-sched/CMakeLists.txt @@ -31,5 +31,5 @@ GR_PYTHON_INSTALL(PROGRAMS install( FILES README DESTINATION ${GR_PKG_DATA_DIR}/examples/mp-sched - COMPONENT "gnuadio-examples" + COMPONENT "gnuadio_examples" ) |