build: default ENABLE_SDL3=ON in CMake

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover
2025-05-04 20:14:50 +00:00
parent 0820ba587e
commit 1788b366af

View File

@@ -14,7 +14,7 @@ if(WIN32 OR APPLE)
set(ENABLE_SDL_DEFAULT OFF)
endif()
option(ENABLE_SDL3 "Use SDL3" OFF)
option(ENABLE_SDL3 "Use SDL3" ON)
option(DISABLE_OPENGL "Disable OpenGL" OFF)
option(ENABLE_SDL "Build the SDL port" ${ENABLE_SDL_DEFAULT})
option(ENABLE_WX "Build the wxWidgets port" ${BUILD_DEFAULT})