Skip to content

Commit

Permalink
wxgui: fix bug where grc_gnuradio files aren't added to NSIS installers
Browse files Browse the repository at this point in the history
  • Loading branch information
ncorgan committed Feb 12, 2014
1 parent 69323c1 commit f3408f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gr-wxgui/grc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

########################################################################
file(GLOB xml_files "*.xml")
install(FILES ${xml_files} DESTINATION ${GRC_BLOCKS_DIR} COMPONENT "wxgui")
install(FILES ${xml_files} DESTINATION ${GRC_BLOCKS_DIR} COMPONENT "wxgui_python")

########################################################################
#The wxgui module contains a top_block + wxgui frame.
Expand All @@ -32,5 +32,5 @@ GR_PYTHON_INSTALL(
panel.py
top_block_gui.py
DESTINATION ${GR_PYTHON_DIR}/grc_gnuradio/wxgui
COMPONENT "wxgui"
COMPONENT "wxgui_python"
)

0 comments on commit f3408f8

Please sign in to comment.