mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
libusb: fix cmake endif
This commit is contained in:
@ -39,5 +39,5 @@ elseif (NOT LIBUSB_FOUND)
|
|||||||
endif(LIBUSB_INCLUDE_DIR AND LIBUSB_LIBRARIES)
|
endif(LIBUSB_INCLUDE_DIR AND LIBUSB_LIBRARIES)
|
||||||
|
|
||||||
mark_as_advanced(LIBUSB_INCLUDE_DIR LIBUSB_LIBRARIES)
|
mark_as_advanced(LIBUSB_INCLUDE_DIR LIBUSB_LIBRARIES)
|
||||||
endif (NOT LIBUSB_FOUND)
|
endif ()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user