mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-16 14:54:59 +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
|
||||
)
|
||||
|
||||
if(NOT USB_INCLUDE_DIR_FOUND)
|
||||
if(NOT USB_INCLUDE_DIR)
|
||||
message(STATUS "libusb has not been found.")
|
||||
message(STATUS "You can install it by 'sudo apt-get install libusb-dev' ")
|
||||
message(FATAL_ERROR "libusb is required for building gr-gn3s")
|
||||
endif(NOT USB_INCLUDE_DIR_FOUND)
|
||||
endif(NOT USB_INCLUDE_DIR)
|
||||
|
||||
|
||||
INCLUDE(FindPkgConfig)
|
||||
|
Loading…
Reference in New Issue
Block a user