diff options
author | Peter Horvath <ejcspii@gmail.com> | 2016-10-23 10:17:03 +0200 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-10-23 12:55:10 -0700 |
commit | 49df05228540185bdf14309bdcbd3527d6545f79 (patch) | |
tree | 17727804fe6b58bf23e7488cc5de8a19c3069191 /gr-dtv/CMakeLists.txt | |
parent | fde2c26aa9da54cfdb5cb18b6e722de031be65ae (diff) |
fix GSL link problem with gr-dtv and gr-atsc
Diffstat (limited to 'gr-dtv/CMakeLists.txt')
-rw-r--r-- | gr-dtv/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-dtv/CMakeLists.txt b/gr-dtv/CMakeLists.txt index 5a23482b26..58003da49b 100644 --- a/gr-dtv/CMakeLists.txt +++ b/gr-dtv/CMakeLists.txt @@ -29,6 +29,7 @@ include(GrComponent) GR_REGISTER_COMPONENT("gr-dtv" ENABLE_GR_DTV Boost_FOUND + GSL_FOUND ENABLE_GNURADIO_RUNTIME ENABLE_GR_ANALOG ENABLE_GR_FILTER |