We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69323c1 commit f3408f8Copy full SHA for f3408f8
gr-wxgui/grc/CMakeLists.txt
@@ -19,7 +19,7 @@
19
20
########################################################################
21
file(GLOB xml_files "*.xml")
22
-install(FILES ${xml_files} DESTINATION ${GRC_BLOCKS_DIR} COMPONENT "wxgui")
+install(FILES ${xml_files} DESTINATION ${GRC_BLOCKS_DIR} COMPONENT "wxgui_python")
23
24
25
#The wxgui module contains a top_block + wxgui frame.
@@ -32,5 +32,5 @@ GR_PYTHON_INSTALL(
32
panel.py
33
top_block_gui.py
34
DESTINATION ${GR_PYTHON_DIR}/grc_gnuradio/wxgui
35
- COMPONENT "wxgui"
+ COMPONENT "wxgui_python"
36
)
0 commit comments