1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-12 19:20:32 +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)
message(STATUS "libusb has not been found.")
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)