summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid <25727384+ogniK5377@users.noreply.github.com>2020-07-10 09:07:10 +0200
committerGitHub <noreply@github.com>2020-07-10 09:07:10 +0200
commitd7a2dc4cea36e2b6211de3b21eb6dc7a753b0859 (patch)
tree2d091fa1808da250159a9c064a37d13f954bb5e0
parentMerge pull request #4285 from ogniK5377/fmt-fix (diff)
parentCMakeLists: Use lower-case command names (diff)
downloadyuzu-d7a2dc4cea36e2b6211de3b21eb6dc7a753b0859.tar
yuzu-d7a2dc4cea36e2b6211de3b21eb6dc7a753b0859.tar.gz
yuzu-d7a2dc4cea36e2b6211de3b21eb6dc7a753b0859.tar.bz2
yuzu-d7a2dc4cea36e2b6211de3b21eb6dc7a753b0859.tar.lz
yuzu-d7a2dc4cea36e2b6211de3b21eb6dc7a753b0859.tar.xz
yuzu-d7a2dc4cea36e2b6211de3b21eb6dc7a753b0859.tar.zst
yuzu-d7a2dc4cea36e2b6211de3b21eb6dc7a753b0859.zip
-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)