mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-01 16:03:45 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user