mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-13 06:13:17 +00:00
Report if gr-iio is not found
This commit is contained in:
parent
dadfce626b
commit
d7eaffaae0
@ -346,6 +346,8 @@ if(GNURADIO_VERSION VERSION_GREATER 3.8.99)
|
||||
if(GNURADIO_IIO_LIBRARIES)
|
||||
message(STATUS " * INCLUDES=${GNURADIO_IIO_INCLUDE_DIRS}")
|
||||
message(STATUS " * LIBS=${GNURADIO_IIO_LIBRARIES}")
|
||||
else()
|
||||
message(STATUS " * IIO GNU Radio Module not found.")
|
||||
endif()
|
||||
if(GNURADIO_IIO_LIBRARIES AND GNURADIO_IIO_INCLUDE_DIRS)
|
||||
set(GNURADIO_IIO_FOUND TRUE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user