summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-07-10 01:18:37 -0400
committerLioncash <mathew1800@gmail.com>2020-07-10 01:18:40 -0400
commitd39b4575665386c6889787edc985f85295dfe29d (patch)
tree2d091fa1808da250159a9c064a37d13f954bb5e0
parent0974533c966e58f36312ac79fc958ab0c5cc080b (diff)
CMakeLists: Use lower-case command names
Our convention uses lower-case command names, so this is just a consistency change.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4619f33f4..a99d34e5b 100644
--- a/CMakeLists.txt
+++ b/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)