gnss-sdr/src/algorithms/signal_source/adapters
Carles Fernandez 95ffcd3ac0 Improve portability
In some architectures (e.g. alpha, hppa, powerpcspe, m68k,  sh4, sparc64, x32) the package gr-osmosdr is not available. So when the package is build with -DENABLE_OSMOSDR=ON, it breaks on the mentioned architectures. This is expected behaviour (it breaks because a required dependency is not found), but prevents from building the package on such architectures. This commit introduces a small change: when compilation is called with

cmake -DENABLE_OSMOSDR=ON -DENABLE_PACKAGING=ON ..

then, the compilation does not break if gr-osmosdr is not found.

This commit also fixes building when UHD is present but gnuradio-uhd is not (for instance, in hurd-i386)
2017-04-12 18:06:04 +02:00
..
CMakeLists.txt Improve portability 2017-04-12 18:06:04 +02:00
file_signal_source.cc Restore ostream format 2017-01-11 23:26:42 +01:00
file_signal_source.h Updating copyright year 2015-01-08 19:49:59 +01:00
flexiband_signal_source.cc Added support for new features of Flexiband GNURadio driver developed by 2015-04-15 17:56:51 +02:00
flexiband_signal_source.h Added support for new features of Flexiband GNURadio driver developed by 2015-04-15 17:56:51 +02:00
gen_signal_source.cc Removing unused parameter (removes a warning) 2016-01-11 10:44:57 +01:00
gen_signal_source.h Removing the unused Output_filter block from the gnss_sdr flowgraph 2016-04-06 16:12:06 +02:00
gn3s_signal_source.cc Updating copyright year 2015-01-08 19:49:59 +01:00
gn3s_signal_source.h Remove tabs from the source code 2016-05-02 23:46:30 +02:00
nsr_file_signal_source.cc Restore ostream format 2017-01-11 23:26:42 +01:00
nsr_file_signal_source.h Updating copyright year 2015-01-08 19:49:59 +01:00
osmosdr_signal_source.cc Print args 2015-04-30 23:36:36 +10:00
osmosdr_signal_source.h Remove tabs from the source code 2016-05-02 23:46:30 +02:00
raw_array_signal_source.cc Remove tabs from the source code 2016-05-02 23:46:30 +02:00
raw_array_signal_source.h Remove tabs from the source code 2016-05-02 23:46:30 +02:00
rtl_tcp_signal_source.cc Remove tabs from the source code 2016-05-02 23:46:30 +02:00
rtl_tcp_signal_source.h Remove tabs from the source code 2016-05-02 23:46:30 +02:00
spir_file_signal_source.cc Restore ostream format 2017-01-11 23:26:42 +01:00
spir_file_signal_source.h Adding SPIR file data source, by Fran Fabra 2015-01-14 17:26:41 +01:00
two_bit_cpx_file_signal_source.cc Restore ostream format 2017-01-11 23:26:42 +01:00
two_bit_cpx_file_signal_source.h Fixing documentation 2015-07-16 18:54:57 +02:00
two_bit_packed_file_signal_source.cc Restore ostream format 2017-01-11 23:26:42 +01:00
two_bit_packed_file_signal_source.h Added two_bit_packed_file_signal_source 2015-10-14 09:35:22 +01:00
uhd_signal_source.cc Added support to select the frontend clock reference source in UHD 2015-06-17 18:07:36 +02:00
uhd_signal_source.h Added support to select the frontend clock reference source in UHD 2015-06-17 18:07:36 +02:00