浏览代码

CMakeLists: Use lower-case command names

Our convention uses lower-case command names, so this is just a
consistency change.
Lioncash 6 年之前
父节点
当前提交
d39b457566
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

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