mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 15:04:51 +00:00 
			
		
		
		
	CMakeLists.txt: fix typo SDL_SENSORS_DISABLED -> SDL_SENSOR_DISABLED
This commit is contained in:
		
							parent
							
								
									aae29c9ebd
								
							
						
					
					
						commit
						9753b9cc46
					
				| 
						 | 
				
			
			@ -1578,7 +1578,7 @@ if(NOT HAVE_SDL_FILESYSTEM)
 | 
			
		|||
  set(SOURCE_FILES ${SOURCE_FILES} ${FILESYSTEM_SOURCES})
 | 
			
		||||
endif()
 | 
			
		||||
if(NOT HAVE_SDL_SENSORS)
 | 
			
		||||
  set(SDL_SENSORS_DISABLED 1)
 | 
			
		||||
  set(SDL_SENSOR_DISABLED 1)
 | 
			
		||||
  file(GLOB SENSORS_SOURCES ${SDL2_SOURCE_DIR}/src/sensor/dummy/*.c)
 | 
			
		||||
  set(SOURCE_FILES ${SOURCE_FILES} ${SENSORS_SOURCES})
 | 
			
		||||
endif()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue