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