Skip to content

Commit

Permalink
Update libusb to fix get_device_list hang
Browse files Browse the repository at this point in the history
  • Loading branch information
radfordi committed Apr 5, 2019
1 parent 0e1a354 commit f5fa91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/external_libusb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ExternalProject_Add(
libusb

GIT_REPOSITORY "https://github.com/libusb/libusb.git"
GIT_TAG "v1.0.22"
GIT_TAG "2a7372db54094a406a755f0b8548b614ba8c78ec" # "v1.0.22" + Mac get_device_list hang fix

UPDATE_COMMAND ${CMAKE_COMMAND} -E copy
${CMAKE_CURRENT_SOURCE_DIR}/third-party/libusb/CMakeLists.txt
Expand Down

0 comments on commit f5fa91e

Please sign in to comment.