diff --git a/source/Irrlicht/CMakeLists.txt b/source/Irrlicht/CMakeLists.txt index 73d2d0b4..bd2af9dd 100644 --- a/source/Irrlicht/CMakeLists.txt +++ b/source/Irrlicht/CMakeLists.txt @@ -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()