1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-07 10:43:58 +00:00

Fixing broken compilation when using gnuradio 3.7.3 (using I/Q swap

option of interleaved_short_to_complex that was introduced in 3.7.4)
This commit is contained in:
Carles Fernandez
2015-07-17 20:25:56 +02:00
parent 0fbe24d39d
commit ea6a92a1fc
3 changed files with 11 additions and 1 deletions

View File

@@ -136,10 +136,12 @@ set(SIGNAL_SOURCE_ADAPTER_SOURCES file_signal_source.cc
nsr_file_signal_source.cc
spir_file_signal_source.cc
rtl_tcp_signal_source.cc
two_bit_cpx_file_signal_source.cc
${OPT_DRIVER_SOURCES}
)
if(PC_GNURADIO_RUNTIME_VERSION VERSION_GREATER 3.7.4)
set(SIGNAL_SOURCE_ADAPTER_SOURCES ${SIGNAL_SOURCE_ADAPTER_SOURCES} two_bit_cpx_file_signal_source.cc )
endif(PC_GNURADIO_RUNTIME_VERSION VERSION_GREATER 3.7.4)
include_directories(
${CMAKE_CURRENT_SOURCE_DIR}