mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 09:40:06 +00:00
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:
parent
0974533c96
commit
d39b457566
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user