Эх сурвалжийг харах

CMakeLists: Use lower-case command names

Our convention uses lower-case command names, so this is just a
consistency change.
Lioncash 6 жил өмнө
parent
commit
d39b457566
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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)