CMake: Stop using FindOpenGL, which seems to not be required anymore

This commit is contained in:
Yuri Kunde Schlesner 2017-05-27 19:46:26 -07:00
parent d6ff5c6f75
commit 089baa04e8
4 changed files with 4 additions and 6 deletions

View file

@ -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)