Browse Source
Merge pull request #6532 from MerryMage/libusb-apple
libusb: Apple is a POSIX system
pull/15/merge
Morph
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
externals/libusb/CMakeLists.txt
|
|
|
@ -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) |
|
|
|
|
|
|
|
|