mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-20 22:17:03 +00:00
Fixing syntax error
This commit is contained in:
parent
ffef40ecb6
commit
3a0a9d83fa
@ -5,11 +5,11 @@ find_path(USB_INCLUDE_DIR NAMES usb.h
|
|||||||
/usr/local/include
|
/usr/local/include
|
||||||
)
|
)
|
||||||
|
|
||||||
if(NOT USB_INCLUDE_DIR_FOUND)
|
if(NOT USB_INCLUDE_DIR)
|
||||||
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(FATAL_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)
|
||||||
|
|
||||||
|
|
||||||
INCLUDE(FindPkgConfig)
|
INCLUDE(FindPkgConfig)
|
||||||
|
Loading…
Reference in New Issue
Block a user