Skip to content

Commit

Permalink
Fixed package name in Find_libusb module
Browse files Browse the repository at this point in the history
Regression from previous commit 
7640daa.
  • Loading branch information
Nightwalker-87 committed Apr 20, 2020
1 parent 4445e1c commit a7568d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/Find_libusb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ elseif (WIN32) # Windows

if (NOT LIBUSB_FOUND OR EXISTS "/etc/debian_version")
# Preparations for installing libusb library
find_package(7zip REQUIRED)
find_package(_7zip REQUIRED)
set(LIBUSB_WIN_VERSION 1.0.23) # set libusb version
set(LIBUSB_WIN_ARCHIVE libusb-${LIBUSB_WIN_VERSION}.7z)
set(LIBUSB_WIN_ARCHIVE_PATH ${CMAKE_BINARY_DIR}/${LIBUSB_WIN_ARCHIVE})
Expand Down

0 comments on commit a7568d3

Please sign in to comment.