Skip to content

Commit

Permalink
Merge pull request IntelRealSense#7881 from ev-mp/libusb_wa
Browse files Browse the repository at this point in the history
Work-around for libusb breaking changes in Master branch (v1.0.24)
  • Loading branch information
ev-mp authored Nov 30, 2020
2 parents 0d3d3ba + 35908c7 commit 959c9d5
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 959c9d5

Please sign in to comment.