Skip to content

Commit

Permalink
Work-around for libusb breaking changes in Master branch (v1.0.24)
Browse files Browse the repository at this point in the history
Change-Id: I22d53022131041681759b89d62b1496700c07952
  • Loading branch information
ev-mp committed Nov 30, 2020
1 parent a98483f commit 35908c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMake/external_libusb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ include(ExternalProject)
ExternalProject_Add(
libusb

GIT_REPOSITORY "https://github.com/libusb/libusb.git"
# 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

UPDATE_COMMAND ${CMAKE_COMMAND} -E copy_if_different
Expand Down

0 comments on commit 35908c7

Please sign in to comment.