summaryrefslogtreecommitdiff
path: root/gr-vocoder/include/gnuradio/vocoder/CMakeLists.txt
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-08-03 16:09:50 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2016-08-03 16:09:50 -0700
commit675afc063c9ca5ccec3ede43d87aac83c1928182 (patch)
treef342b9a24c8c5e93cadce05fc8714001fc0e2ac9 /gr-vocoder/include/gnuradio/vocoder/CMakeLists.txt
parente2ede2ef8e46762369816d7d66425aee9dca5d1e (diff)
parentc7692c32cd91c0e98672ce0e997d35f9d3461dd3 (diff)
Merge remote-tracking branch 'github/nuke-cpack' into next
Conflicts: gr-vocoder/CMakeLists.txt
Diffstat (limited to 'gr-vocoder/include/gnuradio/vocoder/CMakeLists.txt')
-rw-r--r--gr-vocoder/include/gnuradio/vocoder/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/gr-vocoder/include/gnuradio/vocoder/CMakeLists.txt b/gr-vocoder/include/gnuradio/vocoder/CMakeLists.txt
index 13efea7add..172f18a730 100644
--- a/gr-vocoder/include/gnuradio/vocoder/CMakeLists.txt
+++ b/gr-vocoder/include/gnuradio/vocoder/CMakeLists.txt
@@ -35,7 +35,6 @@ install(FILES
ulaw_decode_bs.h
ulaw_encode_sb.h
DESTINATION ${GR_INCLUDE_DIR}/gnuradio/vocoder
- COMPONENT "vocoder_devel"
)
if(LIBCODEC2_FOUND)
install(FILES
@@ -43,7 +42,6 @@ install(FILES
codec2_decode_ps.h
codec2_encode_sp.h
DESTINATION ${GR_INCLUDE_DIR}/gnuradio/vocoder
- COMPONENT "vocoder_devel"
)
endif(LIBCODEC2_FOUND)
if(LIBGSM_FOUND)
@@ -51,6 +49,5 @@ install(FILES
gsm_fr_decode_ps.h
gsm_fr_encode_sp.h
DESTINATION ${GR_INCLUDE_DIR}/gnuradio/vocoder
- COMPONENT "vocoder_devel"
)
endif(LIBGSM_FOUND)