epic typo
All checks were successful
eden-license / license-header (pull_request) Successful in 32s

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-09-07 20:48:40 -04:00
parent 5dac8c789e
commit e50431e465
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6

View file

@ -74,7 +74,7 @@ endif()
if (ENABLE_LIBUSB AND NOT TARGET libusb::usb)
set(module externals/libusb)
file(GLOB RESULT "${PROJECT_SOURCE_DIR}/${module}/")
file(GLOB RESULT "${PROJECT_SOURCE_DIR}/${module}/*")
list(LENGTH RESULT RES_LEN)
if(RES_LEN EQUAL 0)
message(FATAL_ERROR "libusb not found. "