diff options
author | Michael Dickens <michael.dickens@ettus.com> | 2018-11-16 08:31:30 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-11-16 11:43:47 -0800 |
commit | 48aaed5209a2f3cad49a67ed48864240d659ce35 (patch) | |
tree | db405ca5fd951e4498a4f006741365b0b598e885 /gnuradio-runtime/python/gnuradio | |
parent | f621c1b1d3ce1e5f4eeddc161eb3a25c48bc8a9e (diff) |
ctrlport: install Python apps as PROGRAMS, not FILES
Diffstat (limited to 'gnuradio-runtime/python/gnuradio')
-rw-r--r-- | gnuradio-runtime/python/gnuradio/ctrlport/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/python/gnuradio/ctrlport/CMakeLists.txt b/gnuradio-runtime/python/gnuradio/ctrlport/CMakeLists.txt index 4b0dbf7b8a..5dbc12e1d3 100644 --- a/gnuradio-runtime/python/gnuradio/ctrlport/CMakeLists.txt +++ b/gnuradio-runtime/python/gnuradio/ctrlport/CMakeLists.txt @@ -38,7 +38,7 @@ GR_PYTHON_INSTALL( ) GR_PYTHON_INSTALL( - FILES + PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/gr-perf-monitorx ${CMAKE_CURRENT_SOURCE_DIR}/gr-ctrlport-monitor DESTINATION ${GR_RUNTIME_DIR} |