Skip to content

Commit

Permalink
update libusb to main stream v1.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Sep 30, 2024
1 parent 9bba62e commit 0b207c7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CMake/external_libusb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b207c7

Please sign in to comment.