libusb: Apple is a POSIX system

This commit is contained in:
MerryMage 2021-06-26 20:24:18 +01:00
parent d9fb6dbd37
commit f54f29198f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
if (MINGW OR (${CMAKE_SYSTEM_NAME} MATCHES "Linux"))
if (MINGW OR (${CMAKE_SYSTEM_NAME} MATCHES "Linux") OR APPLE)
set(LIBUSB_FOUND ON CACHE BOOL "libusb is present" FORCE)
set(LIBUSB_VERSION "1.0.24" CACHE STRING "libusb version string" FORCE)