CMakeLists.txt: fix typo SDL_SENSORS_DISABLED -> SDL_SENSOR_DISABLED
This commit is contained in:
parent
2a81de7287
commit
65c879d930
1 changed files with 1 additions and 1 deletions
|
@ -1578,7 +1578,7 @@ if(NOT HAVE_SDL_FILESYSTEM)
|
||||||
set(SOURCE_FILES ${SOURCE_FILES} ${FILESYSTEM_SOURCES})
|
set(SOURCE_FILES ${SOURCE_FILES} ${FILESYSTEM_SOURCES})
|
||||||
endif()
|
endif()
|
||||||
if(NOT HAVE_SDL_SENSORS)
|
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)
|
file(GLOB SENSORS_SOURCES ${SDL2_SOURCE_DIR}/src/sensor/dummy/*.c)
|
||||||
set(SOURCE_FILES ${SOURCE_FILES} ${SENSORS_SOURCES})
|
set(SOURCE_FILES ${SOURCE_FILES} ${SENSORS_SOURCES})
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue