Skip to content

Commit c9954dd

Browse files
committed
update libusb to version 1.0.27
1 parent 460c3f4 commit c9954dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMake/external_libusb.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ExternalProject_Add(
44
libusb
55

66
GIT_REPOSITORY "https://github.com/libusb/libusb.git"
7-
GIT_TAG "c6a35c56016ea2ab2f19115d2ea1e85e0edae155" # "v1.0.24"
7+
GIT_TAG "d52e355daa09f17ce64819122cb067b8a2ee0d4b" # "v1.0.27"
88

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

0 commit comments

Comments
 (0)