diff options
Diffstat (limited to 'gr-fft/lib/CMakeLists.txt')
-rw-r--r-- | gr-fft/lib/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gr-fft/lib/CMakeLists.txt b/gr-fft/lib/CMakeLists.txt index 6516ad42d4..20fb338465 100644 --- a/gr-fft/lib/CMakeLists.txt +++ b/gr-fft/lib/CMakeLists.txt @@ -24,8 +24,7 @@ include_directories( ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${GR_FFT_INCLUDE_DIRS} - ${GNURADIO_CORE_INCLUDE_DIRS} - ${GRUEL_INCLUDE_DIRS} + ${GNURADIO_RUNTIME_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${FFTW3F_INCLUDE_DIRS} ) @@ -50,7 +49,7 @@ list(APPEND fft_sources ) list(APPEND fft_libs - gnuradio-core + gnuradio-runtime ${Boost_LIBRARIES} ${FFTW3F_LIBRARIES} ) |