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
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 1 additions and 1 deletions

View File

@ -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})