1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-28 18:46:55 -06:00

Merge pull request #4286 from lioncash/format

CMakeLists: Use lower-case command names
This commit is contained in:
David 2020-07-10 17:07:10 +10:00 committed by GitHub
commit d7a2dc4cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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