Skip to content

Commit

Permalink
Update libusb to 1.0.21 under windows (#562)
Browse files Browse the repository at this point in the history
* fix wrong libusb extract command
* update libusb to 1.0.21 under windows
  • Loading branch information
slyshykO authored and xor-gate committed Mar 1, 2017
1 parent 5b69f25 commit 1adaedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindLibUSB.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
if(WIN32 OR CMAKE_VS_PLATFORM_NAME OR MINGW OR MSYS)
find_package(7Zip REQUIRED)

set(LIBUSB_WIN_VERSION 1.0.20)
set(LIBUSB_WIN_VERSION 1.0.21)
set(LIBUSB_WIN_ARCHIVE libusb-${LIBUSB_WIN_VERSION}.7z)
set(LIBUSB_WIN_ARCHIVE_PATH ${CMAKE_BINARY_DIR}/${LIBUSB_WIN_ARCHIVE})
set(LIBUSB_WIN_OUTPUT_FOLDER ${CMAKE_BINARY_DIR}/3thparty/libusb-${LIBUSB_WIN_VERSION})
Expand Down

0 comments on commit 1adaedb

Please sign in to comment.