diff options
Diffstat (limited to 'externals/libusb/CMakeLists.txt')
| -rw-r--r-- | externals/libusb/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/externals/libusb/CMakeLists.txt b/externals/libusb/CMakeLists.txt index 12bdc097a..055b89295 100644 --- a/externals/libusb/CMakeLists.txt +++ b/externals/libusb/CMakeLists.txt | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # SPDX-FileCopyrightText: 2020 yuzu Emulator Project | ||
| 2 | # SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 1 | if (MINGW OR (${CMAKE_SYSTEM_NAME} MATCHES "Linux") OR APPLE) | 4 | if (MINGW OR (${CMAKE_SYSTEM_NAME} MATCHES "Linux") OR APPLE) |
| 2 | set(LIBUSB_FOUND ON CACHE BOOL "libusb is present" FORCE) | 5 | set(LIBUSB_FOUND ON CACHE BOOL "libusb is present" FORCE) |
| 3 | set(LIBUSB_VERSION "1.0.24" CACHE STRING "libusb version string" FORCE) | 6 | set(LIBUSB_VERSION "1.0.24" CACHE STRING "libusb version string" FORCE) |