mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-11 11:42:32 -07:00
CMake: Stop using FindOpenGL, which seems to not be required anymore
This commit is contained in:
@@ -147,9 +147,6 @@ endif()
|
||||
# Include bundled CMake modules
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/externals/cmake-modules")
|
||||
|
||||
find_package(OpenGL REQUIRED)
|
||||
include_directories(${OPENGL_INCLUDE_DIR})
|
||||
|
||||
# Prefer the -pthread flag on Linux.
|
||||
set (THREADS_PREFER_PTHREAD_FLAG ON)
|
||||
find_package(Threads REQUIRED)
|
||||
|
Reference in New Issue
Block a user