gnss-sdr/src
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
..
algorithms Improve portability 2017-04-12 18:06:04 +02:00
core Improve portability 2017-04-12 18:06:04 +02:00
main Improve portability 2017-04-12 18:06:04 +02:00
tests Fix test when building with clang 8.0.0 2017-04-07 17:02:55 +02:00
utils Update copyright year in help intro message 2017-01-14 15:50:15 +01:00
CMakeLists.txt Add options to enable/disable building of unit and system testing 2016-10-02 01:59:12 +02:00