diff options
author | Lioncash <mathew1800@gmail.com> | 2020-07-10 07:18:37 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-07-10 07:18:40 +0200 |
commit | d39b4575665386c6889787edc985f85295dfe29d (patch) | |
tree | 2d091fa1808da250159a9c064a37d13f954bb5e0 | |
parent | Merge pull request #4285 from ogniK5377/fmt-fix (diff) | |
download | yuzu-d39b4575665386c6889787edc985f85295dfe29d.tar yuzu-d39b4575665386c6889787edc985f85295dfe29d.tar.gz yuzu-d39b4575665386c6889787edc985f85295dfe29d.tar.bz2 yuzu-d39b4575665386c6889787edc985f85295dfe29d.tar.lz yuzu-d39b4575665386c6889787edc985f85295dfe29d.tar.xz yuzu-d39b4575665386c6889787edc985f85295dfe29d.tar.zst yuzu-d39b4575665386c6889787edc985f85295dfe29d.zip |
-rw-r--r-- | CMakeLists.txt | 2 |
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) |