CMakeLists: Use lower-case command names

Our convention uses lower-case command names, so this is just a
consistency change.
master
Lioncash 2020-07-10 01:18:37 +07:00
parent 0974533c96
commit d39b457566
1 changed files with 1 additions and 1 deletions

@ -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)