mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 07:13:03 +00:00 
			
		
		
		
	Improve GNU Radio 3.7 / 3.8 handling
This commit is contained in:
		| @@ -135,6 +135,8 @@ set(SIGNAL_SOURCE_ADAPTER_SOURCES | ||||
|     spir_gss6450_file_signal_source.cc | ||||
|     rtl_tcp_signal_source.cc | ||||
|     labsat_signal_source.cc | ||||
|     two_bit_cpx_file_signal_source.cc | ||||
|     two_bit_packed_file_signal_source.cc | ||||
|     ${OPT_DRIVER_SOURCES} | ||||
| ) | ||||
|  | ||||
| @@ -146,20 +148,11 @@ set(SIGNAL_SOURCE_ADAPTER_HEADERS | ||||
|     spir_gss6450_file_signal_source.h | ||||
|     rtl_tcp_signal_source.h | ||||
|     labsat_signal_source.h | ||||
|     two_bit_cpx_file_signal_source.h | ||||
|     two_bit_packed_file_signal_source.h | ||||
|     ${OPT_DRIVER_HEADERS} | ||||
| ) | ||||
|  | ||||
| if(PC_GNURADIO_RUNTIME_VERSION VERSION_GREATER 3.7.3) | ||||
|     set(SIGNAL_SOURCE_ADAPTER_SOURCES ${SIGNAL_SOURCE_ADAPTER_SOURCES} | ||||
|         two_bit_cpx_file_signal_source.cc | ||||
|         two_bit_packed_file_signal_source.cc | ||||
|     ) | ||||
|     set(SIGNAL_SOURCE_ADAPTER_HEADERS ${SIGNAL_SOURCE_ADAPTER_HEADERS} | ||||
|         two_bit_cpx_file_signal_source.h | ||||
|         two_bit_packed_file_signal_source.h | ||||
|     ) | ||||
| endif() | ||||
|  | ||||
| list(SORT SIGNAL_SOURCE_ADAPTER_HEADERS) | ||||
| list(SORT SIGNAL_SOURCE_ADAPTER_SOURCES) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez