mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 23:29:44 -06:00
Merge pull request #4356 from ligfx/fixmaccompile
CMake: Fix macOS compile by always setting LIBUSB_FOUND=true
This commit is contained in:
@ -749,6 +749,7 @@ if(NOT ANDROID)
|
|||||||
add_subdirectory(Externals/libusb)
|
add_subdirectory(Externals/libusb)
|
||||||
set(LIBUSB_LIBRARIES usb)
|
set(LIBUSB_LIBRARIES usb)
|
||||||
endif()
|
endif()
|
||||||
|
set(LIBUSB_FOUND true)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(SFML_REQD_VERSION 2.1)
|
set(SFML_REQD_VERSION 2.1)
|
||||||
|
Reference in New Issue
Block a user