diff --git a/CMakeLists.txt b/CMakeLists.txt index f143175d6..6fe263a76 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -257,6 +257,7 @@ if(DEFINED 3DS) endif() if(DEFINED SWITCH) + set(BUILD_GLES2 OFF CACHE BOOL "Build with OpenGL|ES 2" FORCE) set(BUILD_GLES3 ON CACHE BOOL "Build with OpenGL|ES 3" FORCE) endif()