1
0
Эх сурвалжийг харах

Add libusb library name for detection on FreeBSD

Dmitry Marakasov 6 сар өмнө
parent
commit
5c56cf110b

+ 1 - 1
cmake/FindLibUSB.cmake

@@ -10,7 +10,7 @@ if(PKG_CONFIG_FOUND)
 endif()
 
 find_library(LibUSB_LIBRARY
-  NAMES usb-1.0 libusb-1.0
+  NAMES usb-1.0 libusb-1.0 usb
   HINTS ${PC_LibUSB_LIBRARY_DIRS}
 )