Browse Source
Merge pull request #4286 from lioncash/format
CMakeLists: Use lower-case command names
pull/15/merge
David
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
CMakeLists.txt
|
|
|
@ -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) |
|
|
|
|