diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-08-03 16:09:50 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-08-03 16:09:50 -0700 |
commit | 675afc063c9ca5ccec3ede43d87aac83c1928182 (patch) | |
tree | f342b9a24c8c5e93cadce05fc8714001fc0e2ac9 /gr-vocoder/grc | |
parent | e2ede2ef8e46762369816d7d66425aee9dca5d1e (diff) | |
parent | c7692c32cd91c0e98672ce0e997d35f9d3461dd3 (diff) |
Merge remote-tracking branch 'github/nuke-cpack' into next
Conflicts:
gr-vocoder/CMakeLists.txt
Diffstat (limited to 'gr-vocoder/grc')
-rw-r--r-- | gr-vocoder/grc/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gr-vocoder/grc/CMakeLists.txt b/gr-vocoder/grc/CMakeLists.txt index e6c8115dbe..fd320545ad 100644 --- a/gr-vocoder/grc/CMakeLists.txt +++ b/gr-vocoder/grc/CMakeLists.txt @@ -34,7 +34,6 @@ install(FILES vocoder_ulaw_decode_bs.xml vocoder_ulaw_encode_sb.xml DESTINATION ${GRC_BLOCKS_DIR} - COMPONENT "vocoder_python" ) if(LIBCODEC2_FOUND) @@ -42,7 +41,6 @@ if(LIBCODEC2_FOUND) vocoder_codec2_decode_ps.xml vocoder_codec2_encode_sp.xml DESTINATION ${GRC_BLOCKS_DIR} - COMPONENT "vocoder_python" ) endif(LIBCODEC2_FOUND) @@ -51,6 +49,5 @@ if(LIBGSM_FOUND) vocoder_gsm_fr_decode_ps.xml vocoder_gsm_fr_encode_sp.xml DESTINATION ${GRC_BLOCKS_DIR} - COMPONENT "vocoder_python" ) endif(LIBGSM_FOUND) |