Merge pull request #4284 from ogniK5377/libusb-fix

cmake: Fix libusb builds breaking
This commit is contained in:
David 2020-07-10 14:33:55 +10:00 committed by GitHub
commit df27813e76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -330,6 +330,7 @@ elseif(SDL2_FOUND)
endif()
# Ensure libusb is properly configured (based on dolphin libusb include)
INCLUDE(FindPkgConfig)
find_package(LibUSB)
if (NOT LIBUSB_FOUND)
add_subdirectory(externals/libusb)