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}