Using custom usb lib (#3284)

* added ext-libusb to overcome sysv_abi changes

* Fully remove libusb submodule
This commit is contained in:
georgemoralis
2025-07-21 12:24:11 +03:00
committed by GitHub
parent 95a386308a
commit a4c5fa4b5c
5 changed files with 5 additions and 6 deletions

View File

@@ -243,7 +243,6 @@ find_package(xxHash 0.8.2 MODULE)
find_package(ZLIB 1.3 MODULE)
find_package(Zydis 5.0.0 CONFIG)
find_package(pugixml 1.14 CONFIG)
find_package(libusb 1.0.27 MODULE)
if (APPLE)
find_package(date 3.0.1 CONFIG)
endif()