mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 15:15:46 +00:00
CMake: Stop using FindOpenGL, which seems to not be required anymore
This commit is contained in:
parent
c53ace55e1
commit
08a93f99d2
4 changed files with 4 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue