summaryrefslogtreecommitdiff
path: root/gr-wxgui/python
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2013-11-04 09:40:42 -0800
committerNicholas Corgan <nick.corgan@ettus.com>2013-11-04 09:40:42 -0800
commit7c7ad1f2f6c20ba82faec966061be63234ef8ec7 (patch)
treed2ce024662aa2a53c2b65c37a73a50ea92b67f52 /gr-wxgui/python
parent2afe68f1309253c67f6b8f5460dc7663b6600fe8 (diff)
wxgui: CPack fix
* CPack wasn't including most wxgui files in Windows packages * Making CPack component registration consistent with other modules fixes problem
Diffstat (limited to 'gr-wxgui/python')
-rw-r--r--gr-wxgui/python/wxgui/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-wxgui/python/wxgui/CMakeLists.txt b/gr-wxgui/python/wxgui/CMakeLists.txt
index 24e06acd5e..3a5cc11527 100644
--- a/gr-wxgui/python/wxgui/CMakeLists.txt
+++ b/gr-wxgui/python/wxgui/CMakeLists.txt
@@ -55,7 +55,7 @@ GR_PYTHON_INSTALL(
slider.py
stdgui2.py
DESTINATION ${GR_PYTHON_DIR}/gnuradio/wxgui
- COMPONENT "wxgui"
+ COMPONENT "wxgui_python"
)
########################################################################
@@ -67,7 +67,7 @@ GR_PYTHON_INSTALL(
forms/forms.py
forms/converters.py
DESTINATION ${GR_PYTHON_DIR}/gnuradio/wxgui/forms
- COMPONENT "wxgui"
+ COMPONENT "wxgui_python"
)
########################################################################
@@ -84,5 +84,5 @@ GR_PYTHON_INSTALL(
plotter/plotter_base.py
plotter/waterfall_plotter.py
DESTINATION ${GR_PYTHON_DIR}/gnuradio/wxgui/plotter
- COMPONENT "wxgui"
+ COMPONENT "wxgui_python"
)