gnss-sdr/src/core/receiver
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
concurrent_map.h fixing unreachable code 2015-05-12 23:45:56 +02:00
concurrent_queue.h Update copyright year 2015-01-12 20:31:04 +01:00
control_message.h Update copyright year 2015-01-12 21:12:08 +01:00
control_message_factory.cc Updating copyright year 2015-01-08 19:49:59 +01:00
control_message_factory.h Updating copyright year 2015-01-08 19:49:59 +01:00
control_thread.cc Change variable names to something more meaningful 2016-10-16 10:00:39 +02:00
control_thread.h Improve queue management gnss-sdr and in TTFF tests. 2016-10-03 17:43:06 +02:00
file_configuration.cc Exposing RTCM message rate to the configuration 2016-05-07 12:22:40 +02:00
file_configuration.h Exposing RTCM message rate to the configuration 2016-05-07 12:22:40 +02:00
gnss_block_factory.cc Adding experimental input filter Pulse Blanking algorithm implementation 2017-02-21 11:35:18 +01:00
gnss_block_factory.h Clean the factory 2016-05-10 01:32:26 +02:00
gnss_flowgraph.cc Clean the factory 2016-05-10 01:32:26 +02:00
gnss_flowgraph.h Channel internal message queue is replaced by the asynchronous GNURadio 2016-04-15 16:33:41 +02:00
in_memory_configuration.cc Create converter_ in the constructor 2016-10-02 02:03:59 +02:00
in_memory_configuration.h Exposing RTCM message rate to the configuration 2016-05-07 12:22:40 +02:00