From 0b207c70cb7686cdb2e716331f66423583b27782 Mon Sep 17 00:00:00 2001 From: Nir Azkiel Date: Mon, 30 Sep 2024 15:51:33 +0300 Subject: [PATCH] update libusb to main stream v1.0.24 --- CMake/external_libusb.cmake | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CMake/external_libusb.cmake b/CMake/external_libusb.cmake index 7d32981932..c50aad2f8e 100644 --- a/CMake/external_libusb.cmake +++ b/CMake/external_libusb.cmake @@ -3,10 +3,8 @@ include(ExternalProject) ExternalProject_Add( libusb - # Work-around for libusb master broken on Nov 26' 2020 with introduction of v1.0.24 - # the issue has been reported in https://github.com/libusb/libusb/issues/812 - GIT_REPOSITORY "https://github.com/ev-mp/libusb.git" - GIT_TAG "2a7372db54094a406a755f0b8548b614ba8c78ec" # "v1.0.22" + Mac get_device_list hang fix + GIT_REPOSITORY "https://github.com/libusb/libusb.git" + GIT_TAG "c6a35c56016ea2ab2f19115d2ea1e85e0edae155" # "v1.0.24" UPDATE_COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_SOURCE_DIR}/third-party/libusb/CMakeLists.txt