summaryrefslogtreecommitdiff
path: root/gnuradio-core/src
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r--gnuradio-core/src/examples/msg_passing/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnuradio-core/src/examples/msg_passing/CMakeLists.txt b/gnuradio-core/src/examples/msg_passing/CMakeLists.txt
index d73618f89f..c4b207a1e4 100644
--- a/gnuradio-core/src/examples/msg_passing/CMakeLists.txt
+++ b/gnuradio-core/src/examples/msg_passing/CMakeLists.txt
@@ -19,7 +19,8 @@
include(GrPython)
-GR_PYTHON_INSTALL(PROGRAMS
+install(
+ FILES
strobe.grc
DESTINATION ${GR_PKG_DATA_DIR}/examples/msg_passing
COMPONENT "core_python"