mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-12 19:20:32 +00:00
fix typo
This commit is contained in:
parent
75ae5abf24
commit
ffef40ecb6
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user