mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-14 18:17:59 -05: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