Răsfoiți Sursa

CMakeLists: Use lower-case command names

Our convention uses lower-case command names, so this is just a
consistency change.
Lioncash 6 ani în urmă
părinte
comite
d39b457566
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

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