build: default ENABLE_SDL3=ON in CMake
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
0820ba587e
commit
1788b366af
|
@ -14,7 +14,7 @@ if(WIN32 OR APPLE)
|
||||||
set(ENABLE_SDL_DEFAULT OFF)
|
set(ENABLE_SDL_DEFAULT OFF)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
option(ENABLE_SDL3 "Use SDL3" OFF)
|
option(ENABLE_SDL3 "Use SDL3" ON)
|
||||||
option(DISABLE_OPENGL "Disable OpenGL" OFF)
|
option(DISABLE_OPENGL "Disable OpenGL" OFF)
|
||||||
option(ENABLE_SDL "Build the SDL port" ${ENABLE_SDL_DEFAULT})
|
option(ENABLE_SDL "Build the SDL port" ${ENABLE_SDL_DEFAULT})
|
||||||
option(ENABLE_WX "Build the wxWidgets port" ${BUILD_DEFAULT})
|
option(ENABLE_WX "Build the wxWidgets port" ${BUILD_DEFAULT})
|
||||||
|
|
Loading…
Reference in New Issue