CMakeLists: Use lower-case command names

Our convention uses lower-case command names, so this is just a
consistency change.
This commit is contained in:
Lioncash 2020-07-10 01:18:37 -04:00
parent 8982944205
commit 24357253d8

View file

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