1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-13 13:47:15 +00:00

Rename CMake module for gr-iio to a more consistent name. Minor fixes

This commit is contained in:
Carles Fernandez
2018-05-16 21:33:52 +02:00
parent e2011eaa92
commit 835cf3b11e
6 changed files with 5 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
#
if(ENABLE_PLUTOSDR OR ENABLE_FMCOMMS2)
find_package(iio REQUIRED)
find_package(Griio REQUIRED)
if(NOT IIO_FOUND)
message(STATUS "gnuradio-iio not found, its installation is required.")
message(STATUS "Please build and install the following projects:")