Build OpenGL3 by default

This commit is contained in:
numzero 2023-07-02 21:35:58 +03:00 committed by sfan5
parent 6a5fceb8fd
commit b89455f385
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ endif()
# OpenGL
if(USE_SDL2)
option(ENABLE_OPENGL3 "Enable OpenGL 3+" FALSE)
option(ENABLE_OPENGL3 "Enable OpenGL 3+" TRUE)
else()
set(ENABLE_OPENGL3 FALSE)
endif()