Skip to content

Commit

Permalink
enable SDL3 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Oct 12, 2024
1 parent 5a7296c commit ca75ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project(megasource)

set(MEGA TRUE)

option(LOVE_USE_SDL3 "Use SDL3 instead of SDL2" OFF)
option(LOVE_USE_SDL3 "Use SDL3 instead of SDL2" ON)

set (CMAKE_CXX_STANDARD 11)

Expand Down

0 comments on commit ca75ca4

Please sign in to comment.