1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-13 16:56:52 +00:00
gnss-sdr/src/core
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
..
interfaces Exposing RTCM message rate to the configuration 2016-05-07 12:22:40 +02:00
libs Improve initialization 2017-02-10 09:57:16 +01:00
receiver Improve portability 2017-04-12 18:06:04 +02:00
system_parameters Add missing include for fmod 2017-03-25 18:11:36 +01:00
CMakeLists.txt Updating copyright year 2015-01-08 19:49:59 +01:00