mirror of
https://github.com/minetest/irrlicht.git
synced 2025-03-06 20:49:24 +01:00
Build OpenGL3 by default
This commit is contained in:
parent
6a5fceb8fd
commit
b89455f385
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue