mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 04:34:07 +01:00 
			
		
		
		
	Merge pull request #4286 from lioncash/format
CMakeLists: Use lower-case command names
This commit is contained in:
		
						commit
						d7a2dc4cea
					
				@ -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)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user