From e2b1a980dc51c9ae2102d0756818db1215b1ef10 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Tue, 3 Apr 2012 13:13:09 -0400 Subject: build: Adding gnuradio-examples as a component to be turned on/off. --- gnuradio-examples/python/mp-sched/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnuradio-examples/python') 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" ) -- cgit