Skip to content

Commit

Permalink
update libusb to version 1.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Oct 7, 2024
1 parent 460c3f4 commit c9954dd
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 @@ -4,7 +4,7 @@ ExternalProject_Add(
libusb

GIT_REPOSITORY "https://github.com/libusb/libusb.git"
GIT_TAG "c6a35c56016ea2ab2f19115d2ea1e85e0edae155" # "v1.0.24"
GIT_TAG "d52e355daa09f17ce64819122cb067b8a2ee0d4b" # "v1.0.27"

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

0 comments on commit c9954dd

Please sign in to comment.