Parcourir la source

CMakeLists: Use lower-case command names

Our convention uses lower-case command names, so this is just a
consistency change.
Lioncash il y a 6 ans
Parent
commit
d39b457566
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)