From b89455f3851e372b93acba4eb2162635aa2301b5 Mon Sep 17 00:00:00 2001 From: numzero Date: Sun, 2 Jul 2023 21:35:58 +0300 Subject: [PATCH] Build OpenGL3 by default --- source/Irrlicht/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()