commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 06/09: fft: explicitly link to volk


From: git
Subject: [Commit-gnuradio] [gnuradio] 06/09: fft: explicitly link to volk
Date: Wed, 9 Mar 2016 15:50:52 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit b2ae00c01d98904b574643eb5afb3498b86c352d
Author: Nathan West <address@hidden>
Date:   Wed Mar 9 01:01:26 2016 -0500

    fft: explicitly link to volk
---
 gr-fft/lib/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gr-fft/lib/CMakeLists.txt b/gr-fft/lib/CMakeLists.txt
index 7dd576f..77476e5 100644
--- a/gr-fft/lib/CMakeLists.txt
+++ b/gr-fft/lib/CMakeLists.txt
@@ -57,6 +57,7 @@ endif(ENABLE_GR_CTRLPORT)
 
 list(APPEND fft_libs
     gnuradio-runtime
+    ${VOLK_LIBRARIES}
     ${Boost_LIBRARIES}
     ${FFTW3F_LIBRARIES}
 )



reply via email to

[Prev in Thread] Current Thread [Next in Thread]