diff --git a/CMakeLists.txt b/CMakeLists.txt index 656198e124..80e300033a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)