Sfoglia il codice sorgente

Merge pull request #4284 from ogniK5377/libusb-fix

cmake: Fix libusb builds breaking
David 6 anni fa
parent
commit
df27813e76
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -330,6 +330,7 @@ elseif(SDL2_FOUND)
 endif()
 
 # Ensure libusb is properly configured (based on dolphin libusb include)
+INCLUDE(FindPkgConfig)
 find_package(LibUSB)
 if (NOT LIBUSB_FOUND)
     add_subdirectory(externals/libusb)