Merge pull request #4280 from jbeich/system-libusb
cmake: pass libusb include directory
This commit is contained in:
@@ -345,6 +345,7 @@ if(NOT APPLE)
|
||||
endif()
|
||||
if (NOT LIBUSB_FOUND)
|
||||
add_subdirectory(externals/libusb)
|
||||
set(LIBUSB_INCLUDE_DIR "")
|
||||
set(LIBUSB_LIBRARIES usb)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user