forked from Mirrorlandia_minetest/irrlicht
Build OpenGL3 by default
This commit is contained in:
parent
6a5fceb8fd
commit
b89455f385
@ -149,7 +149,7 @@ endif()
|
|||||||
# OpenGL
|
# OpenGL
|
||||||
|
|
||||||
if(USE_SDL2)
|
if(USE_SDL2)
|
||||||
option(ENABLE_OPENGL3 "Enable OpenGL 3+" FALSE)
|
option(ENABLE_OPENGL3 "Enable OpenGL 3+" TRUE)
|
||||||
else()
|
else()
|
||||||
set(ENABLE_OPENGL3 FALSE)
|
set(ENABLE_OPENGL3 FALSE)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user