summaryrefslogtreecommitdiff
path: root/gr-atsc
diff options
context:
space:
mode:
authorPeter Horvath <ejcspii@gmail.com>2016-10-23 10:17:03 +0200
committerJohnathan Corgan <johnathan@corganlabs.com>2016-10-23 12:55:10 -0700
commit49df05228540185bdf14309bdcbd3527d6545f79 (patch)
tree17727804fe6b58bf23e7488cc5de8a19c3069191 /gr-atsc
parentfde2c26aa9da54cfdb5cb18b6e722de031be65ae (diff)
fix GSL link problem with gr-dtv and gr-atsc
Diffstat (limited to 'gr-atsc')
-rw-r--r--gr-atsc/CMakeLists.txt1
-rw-r--r--gr-atsc/swig/CMakeLists.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/gr-atsc/CMakeLists.txt b/gr-atsc/CMakeLists.txt
index ffc74a0b4a..ea5609dd8d 100644
--- a/gr-atsc/CMakeLists.txt
+++ b/gr-atsc/CMakeLists.txt
@@ -28,6 +28,7 @@ include(GrBoost)
include(GrComponent)
GR_REGISTER_COMPONENT("gr-atsc" ENABLE_GR_ATSC
Boost_FOUND
+ GSL_FOUND
ENABLE_GNURADIO_RUNTIME
ENABLE_GR_FFT
ENABLE_GR_BLOCKS
diff --git a/gr-atsc/swig/CMakeLists.txt b/gr-atsc/swig/CMakeLists.txt
index 8d02a00c23..d2a70f8a6b 100644
--- a/gr-atsc/swig/CMakeLists.txt
+++ b/gr-atsc/swig/CMakeLists.txt
@@ -40,7 +40,7 @@ endif(ENABLE_GR_CTRLPORT)
set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/atsc_swig_doc.i)
set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../include/gnuradio/atsc)
set(GR_SWIG_DOCS_TARGET_DEPS runtime_swig_swig_doc)
-set(GR_SWIG_LIBRARIES gnuradio-atsc gnuradio-fft)
+set(GR_SWIG_LIBRARIES gnuradio-atsc gnuradio-fft ${GSL_LDFLAGS})
GR_SWIG_MAKE(atsc_swig atsc_swig.i)