1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-06 18:23:05 +00:00
This commit is contained in:
Carles Fernandez
2015-07-23 00:16:05 +02:00
parent 75ae5abf24
commit ffef40ecb6

View File

@@ -8,7 +8,7 @@ find_path(USB_INCLUDE_DIR NAMES usb.h
if(NOT USB_INCLUDE_DIR_FOUND) if(NOT USB_INCLUDE_DIR_FOUND)
message(STATUS "libusb has not been found.") message(STATUS "libusb has not been found.")
message(STATUS "You can install it by 'sudo apt-get install libusb-dev' ") message(STATUS "You can install it by 'sudo apt-get install libusb-dev' ")
message(ERROR "libusb is required for building gr-gn3s") message(FATAL_ERROR "libusb is required for building gr-gn3s")
endif(NOT USB_INCLUDE_DIR_FOUND) endif(NOT USB_INCLUDE_DIR_FOUND)