mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-08 18:45:48 +00:00
Merge pull request #4356 from ligfx/fixmaccompile
CMake: Fix macOS compile by always setting LIBUSB_FOUND=true
This commit is contained in:
commit
1c3b44eeb3
1 changed files with 1 additions and 0 deletions
|
@ -749,6 +749,7 @@ if(NOT ANDROID)
|
|||
add_subdirectory(Externals/libusb)
|
||||
set(LIBUSB_LIBRARIES usb)
|
||||
endif()
|
||||
set(LIBUSB_FOUND true)
|
||||
endif()
|
||||
|
||||
set(SFML_REQD_VERSION 2.1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue