From 6e3e27e0ff2dfe5206d9f5fec49a58f30801d9fa Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Wed, 1 Oct 2025 08:47:03 +0100 Subject: [PATCH] Update libusb to 1.0.29. --- external/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 63f1c27fb..7fb066701 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -213,7 +213,7 @@ endmacro() if (NOT LIBUSB_FOUND AND NOT USE_PRECOMPILED_LIBS) # Cloning git repo doesn't include configure, so we download the bz2 which does ExternalProject_Add(libusb - URL https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26.tar.bz2 + URL https://github.com/libusb/libusb/releases/download/v1.0.29/libusb-1.0.29.tar.bz2 PREFIX "${EXTERNAL_BUILD_LIBRARIES}/libusb" CONFIGURE_COMMAND /configure --prefix= BUILD_COMMAND ${MAKE}