forked from Mirrorlandia_minetest/irrlicht
Build OpenGL3 by default
This commit is contained in:
parent
6a5fceb8fd
commit
b89455f385
@ -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…
Reference in New Issue
Block a user